ArcObjects Library Reference (GeoDatabase)  

INetworkElement64.OID Property

64-bit object ID of the object corresponding to this network element.

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

Parameters

OID [out, retval]   OID is a parameter of type Signed 64-bit int

Product Availability

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

See Also

INetworkElement64 Interface