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


ISMStop.Flag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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(
  ISMFlag** pVal
);
[C++]
HRESULT put_Flag(
  ISMFlag* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type ISMFlag pVal [in]
pVal is a parameter of type ISMFlag

Product Availability

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

Description

Returns the ISMFlag interface of the stop.

See Also

ISMStop Interface