This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMFlag Interface > ISMFlag.StreetPoint Property (ArcObjects .NET 10.4 SDK) |
The geographic location of the flag.
[Visual Basic .NET] Public Property StreetPoint As SMRouterPoint
[C#] public SMRouterPoint StreetPoint {get; set;}
[C++]
HRESULT get_StreetPoint(
ISMRouterPoint** pVal
);
[C++]
HRESULT put_StreetPoint(
ISMRouterPoint* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type ISMRouterPoint pVal [in]
pVal is a parameter of type ISMRouterPoint
Provides the geographic location of the flag.