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


ISMFlag.ObjectID 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.ObjectID Property
ArcGIS Developer Help

ISMFlag.ObjectID Property

Flag ID.

[Visual Basic .NET]
Public Property ObjectID As Integer
[C#]
public int ObjectID {get; set;}
[C++]
HRESULT get_ObjectID(
void
);
[C++]
HRESULT put_ObjectID(
);

Product Availability

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

Description

Read the street flag ID

See Also

ISMFlag Interface