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


ILasPointInfo.PointSourceID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.PointSourceID Property
ArcGIS Developer Help

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(
  System.Int32* pID
);
[C++]
Parameters
pID [in]

pID is a parameter of type long pID [out, retval]
pID is a parameter of type long*

Product Availability

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

See Also

ILasPointInfo Interface