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


ILasPointInfo.UserData 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.UserData Property
ArcGIS Developer Help

ILasPointInfo.UserData Property

The user data.

[Visual Basic .NET]
Public Property UserData As Short
[C#]
public short UserData {get; set;}
[C++]
HRESULT get_UserData(
  short pData
);
[C++]
HRESULT put_UserData(
  System.Int16* pData
);
[C++]
Parameters
pData [in]

pData is a parameter of type short pData [out, retval]
pData is a parameter of type short*

Product Availability

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

See Also

ILasPointInfo Interface