ArcObjects Library Reference (DataSourcesFile)  

ISMFlag.ObjectID Property

Flag ID.

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

Parameters

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

Product Availability

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

Description

Read the street flag ID

See Also

ISMFlag Interface