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


ISMNetBarrier.Point Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetBarrier Interface > ISMNetBarrier.Point Property
ArcGIS Developer Help

ISMNetBarrier.Point Property

Geographic location of the barrier.

[Visual Basic .NET]
Public Property Point As SMRouterPoint
[C#]
public SMRouterPoint Point {get; set;}
[C++]
HRESULT get_Point(
void
);
[C++]
HRESULT put_Point(
);

Product Availability

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

Description

Returns the geographic location of the barrier.

See Also

ISMNetBarrier Interface