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


ISMFlag.StreetPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMFlag.StreetPoint Property

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

Product Availability

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

Description

Provides the geographic location of the flag.

See Also

ISMFlag Interface