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


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

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(
void
);
[C++]
HRESULT put_StreetPoint(
);

Product Availability

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

Description

Provides the geographic location of the flag.

See Also

ISMFlag Interface