This document is archived and information here might be outdated. Recommended version. |
Indicates if the point is a synthetic point.
[Visual Basic .NET]
Public Property IsSyntheticPoint As Boolean
[C#]
public bool IsSyntheticPoint {get; set;}
[C++]
HRESULT get_IsSyntheticPoint(
VARIANT_BOOL pbIsSynthetic
);
[C++]
HRESULT put_IsSyntheticPoint(
Boolean* pbIsSynthetic
);
[C++] Parameters pbIsSynthetic [in]
pbIsSynthetic is a parameter of type bool pbIsSynthetic [out, retval]
pbIsSynthetic is a parameter of type bool*