DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.UserObject | Methods | Properties
UserObject can be used to associate with the layer a user-defined object. Such object will be destroyed automatically upon layer destroy. Attaching a new object to this property will destroy existing one.
// C# public TObject UserObject { get {} set {} }
' VisualBasic Public Property UserObject As TObject Get End Get Set(ByVal value As TObject) End Set End Property
// Oxygene public property UserObject : TObject read read;
Type |
---|
TObject |