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


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

ILasPointInfo.IsWithheld Property

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(
  Boolean* pbIsWithheld
);
[C++]
Parameters
pbIsWithheld [in]

pbIsWithheld is a parameter of type bool pbIsWithheld [out, retval]
pbIsWithheld is a parameter of type bool*

Product Availability

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

See Also

ILasPointInfo Interface