This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocation Interface > INALocation.SourceOID Property (ArcObjects .NET 10.5 SDK) |
The OID of the feature.
[Visual Basic .NET] Public Property SourceOID As Integer
[C#] public int SourceOID {get; set;}
[C++]
HRESULT get_SourceOID(
long* SourceOID
);
[C++]
HRESULT put_SourceOID(
long SourceOID
);
[C++]
Parameters SourceOID [out, retval] SourceOID is a parameter of type long SourceOID [in] SourceOID is a parameter of type long
The SourceOID property specifies the ObjectID of the feature in the NetworkDataset that the NALocation is referencing. The SourceOID is used in conjunction with the SourceID to uniquely specify a Feature in the NetworkDataset.