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