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


ILasPointInfo.PointSourceID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.PointSourceID Property

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

Product Availability

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

See Also

ILasPointInfo Interface