This document is archived and information here might be outdated. Recommended version. |
Indicates if representations rotate around an individual anchor.
[Visual Basic .NET]
Public Property IndividualAnchors As Boolean
[C#]
public bool IndividualAnchors {get; set;}
[C++]
HRESULT get_IndividualAnchors(
VARIANT_BOOL IndividualAnchors
);
[C++]
HRESULT put_IndividualAnchors(
Boolean* IndividualAnchors
);
[C++] Parameters IndividualAnchors [in]
IndividualAnchors is a parameter of type bool IndividualAnchors [out, retval]
IndividualAnchors is a parameter of type bool*