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


ILasPointInfo.UserData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  short pData
);
[C++]

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

Product Availability

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

See Also

ILasPointInfo Interface