This document is archived and information here might be outdated. Recommended version. |
Circle closed .
[Visual Basic .NET]
Public Property CircleClosed As Boolean
[C#]
public bool CircleClosed {get; set;}
[C++]
HRESULT get_CircleClosed(
VARIANT_BOOL b
);
[C++]
HRESULT put_CircleClosed(
Boolean* b
);
[C++] Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*