DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Tag | Methods | Properties
Tag has no predefined meaning. The Tag property is provided for the convenience of storing additional integer value or pointer information for special needs in an application.
// C# public Integer Tag { get {} set {} }
' VisualBasic Public Property Tag As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property Tag : Integer read read;
Type |
---|
int Integer |