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


INetFlag.ClientID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetFlag Interface > INetFlag.ClientID Property
ArcGIS Developer Help

INetFlag.ClientID Property

User-specified client ID of this flag.

[Visual Basic .NET]
Public Property ClientID As Integer
[C#]
public int ClientID {get; set;}
[C++]
HRESULT get_ClientID(
  long ClientID
);
[C++]
HRESULT put_ClientID(
  System.Int32* ClientID
);
[C++]
Parameters
ClientID [in]

ClientID is a parameter of type long ClientID [out, retval]
ClientID is a parameter of type long*

Product Availability

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

See Also

INetFlag Interface