ArcObjects Library Reference  (System)    

IUID.SubType Property

The subtype of the UID object.

[Visual Basic 6.0]
Property SubType As Long
[Visual Basic .NET]
Public Property SubType As Integer
[C#]
public int SubType {get; set;}
[Java]
public  getSubType (
    Long SubType
)
[Java]
public void setSubType(
    Long SubType
)
throws
    IOException,
    AutomationException
[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

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

 


Feedback Send feedback on this page