This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.IsWithheld Property (ArcObjects .NET 10.4 SDK) |
Indicates if the point is marked withheld.
[Visual Basic .NET] Public Property IsWithheld As Boolean
[C#] public bool IsWithheld {get; set;}
[C++]
HRESULT get_IsWithheld(
VARIANT_BOOL* pbIsWithheld
);
[C++]
HRESULT put_IsWithheld(
VARIANT_BOOL pbIsWithheld
);
[C++]
Parameters pbIsWithheld [out, retval] pbIsWithheld is a parameter of type VARIANT_BOOL pbIsWithheld [in] pbIsWithheld is a parameter of type VARIANT_BOOL