ArcObjects Library Reference (NetworkAnalysis)  

INetFlag.ClientClassID Property

User-specified client class ID of this flag.

[Visual Basic .NET]
Public Property ClientClassID As Integer
[C#]
public int ClientClassID {get; set;}
[C++]
HRESULT get_ClientClassID(
  long* ClientClassID
);
[C++]
HRESULT put_ClientClassID(
  long ClientClassID
);
[C++]

Parameters

ClientClassID [out, retval]   ClientClassID is a parameter of type long ClientClassID [in]   ClientClassID is a parameter of type long

Product Availability

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

See Also

INetFlag Interface