This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.PointSourceID Property (ArcObjects .NET 10.4 SDK) |
The point source ID.
[Visual Basic .NET] Public Property PointSourceID As Integer
[C#] public int PointSourceID {get; set;}
[C++]
HRESULT get_PointSourceID(
long* pID
);
[C++]
HRESULT put_PointSourceID(
long pID
);
[C++]
Parameters pID [out, retval] pID is a parameter of type long pID [in] pID is a parameter of type long