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


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

ISMRouter.FlagCreator Property

The flag creator used by the router object.

[Visual Basic .NET]
Public ReadOnly Property FlagCreator As SMFlagCreator
[C#]
public SMFlagCreator FlagCreator {get;}
[C++]
HRESULT get_FlagCreator(
void
);

Product Availability

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

Description

Returns the flag creator interface of the router object.

See Also

ISMRouter Interface