Click or drag to resize

CtcObjectBaseID Property

Gets the CTC object's globaly unique static identifier.

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

Property Value

Type: Guid

Implements

ICtcObjectBaseID
Remarks
This is mainly used internally for definition/state serialization matching but can be used for other things that require an immutable identifier.
See Also