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


IEngineNetworkAnalystHelper2.CanMoveNetworkLocation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystHelper2 Interface > IEngineNetworkAnalystHelper2.CanMoveNetworkLocation Property
ArcGIS Developer Help

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(
  Boolean* pEnabled
);
[C++]
Parameters
pEnabled [out, retval]

pEnabled is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

See Also

IEngineNetworkAnalystHelper2 Interface