This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IU > IUID Interface > IUID.SubType Property (ArcObjects .NET 10.4 SDK) |
The subtype of the UID object.
[Visual Basic .NET] Public Property SubType As Integer
[C#] public int SubType {get; set;}
[C++]
HRESULT get_SubType(
long* SubType
);
[C++]
HRESULT put_SubType(
long SubType
);
[C++]
Parameters SubType [out, retval] SubType is a parameter of type long SubType [in] SubType is a parameter of type long
Use the SubType property when working with classes that implement ICommandSubType that have multiple commands within a single class.