This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetBarrier Interface > ISMNetBarrier.Point Property (ArcObjects .NET 10.5 SDK) |
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
Returns the geographic location of the barrier.