ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper2.CanAddNetworkLocation Property

Indicates if a network location can be added to the NAWindow at the specified geometry.

[Visual Basic .NET]
Public ReadOnly Property CanAddNetworkLocation As Boolean
[C#]
public bool CanAddNetworkLocation {get;}
[C++]
HRESULT get_CanAddNetworkLocation(
  VARIANT_BOOL* pEnabled
);
[C++]

Parameters

pEnabled [out, retval]   pEnabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

See Also

IEngineNetworkAnalystHelper2 Interface