This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetFlag Interface > INetFlag.ClientClassID Property (ArcObjects .NET 10.4 SDK) |
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