ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper2.CanMoveNetworkLocation Property

Indicates if the network location of the selected item in the NAWindow can be moevd to the specified geometry.

[Visual Basic .NET]
Public ReadOnly Property CanMoveNetworkLocation As Boolean
[C#]
public bool CanMoveNetworkLocation {get;}
[C++]
HRESULT get_CanMoveNetworkLocation(
  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