This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMStop Interface > ISMStop.Flag Property (ArcObjects .NET 10.4 SDK) |
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
Returns the ISMFlag interface of the stop.