This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IF > IFlagDisplay Interface > IFlagDisplay.ClientClassID Property (ArcObjects .NET 10.5 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