ArcObjects Library Reference (DataSourcesFile)  

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(
  ISMRouterPoint** pVal
);
[C++]
HRESULT put_Point(
  ISMRouterPoint* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMRouterPoint

pVal [in]

  pVal is a parameter of type ISMRouterPoint

Product Availability

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

Description

Returns the geographic location of the barrier.

See Also

ISMNetBarrier Interface