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


ILasPointInfo.IsWithheld Property (ArcObjects .NET 10.5 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(
  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

Product Availability

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

See Also

ILasPointInfo Interface