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


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

ISMStop.Flag Property

The SMFlag object of the stop that describes its geographic location.

[Visual Basic .NET]
Public Property Flag As SMFlag
[C#]
public SMFlag Flag {get; set;}
[C++]
HRESULT get_Flag(
void
);
[C++]
HRESULT put_Flag(
);

Product Availability

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

Description

Returns the ISMFlag interface of the stop.

See Also

ISMStop Interface