This document is archived and information here might be outdated.  Recommended version.


IUID.SubType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IU > IUID Interface > IUID.SubType Property
ArcGIS Developer Help

IUID.SubType Property

The subtype of the UID object.

[Visual Basic .NET]
Public Property SubType As Integer
[C#]
public int SubType {get; set;}
[C++]
HRESULT get_SubType(
void
);
[C++]
HRESULT put_SubType(
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Use the SubType property when working with classes that implement ICommandSubType that have multiple commands within a single class.

See Also

IUID Interface