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


ILasPointInfo.IsWithheld Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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