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