Click or drag to resize

CtcObjectBaseDefaultName Property

Gets the default identifiable name assigned to this CTC object.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property DefaultName As String
	Get

Property Value

Type: String
Remarks
This value is generated by the CtcObjectListBaseT when this CtcObjectBase is added to it. If not tracked by any of the CtcService lists it returns "Unnamed". In general, the Name property should be used for identification. This default is used as a guaranteed fallback name if no Name has been given.
See Also