This document is archived and information here might be outdated. Recommended version. |
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*