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


INetworkTurn2.OID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTurn2.OID Property

Object ID of the object corresponding to this network element.

[Visual Basic .NET]
Public ReadOnly Property OID As Integer
[C#]
public int OID {get;}
[C++]
HRESULT get_OID(
  long* OID
);
[C++]

Parameters OID [out, retval] OID is a parameter of type long

Product Availability

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

See Also

INetworkTurn2 Interface