This document is archived and information here might be outdated. Recommended version. |
Indicates if a relation between elements must be initialized.
[Visual Basic .NET] Public Property RelateElements As Boolean
[C#] public bool RelateElements {get; set;}
[C++]
HRESULT get_RelateElements(
Boolean* RelateElements
);
[C++]
HRESULT put_RelateElements(
VARIANT_BOOL RelateElements
);
[C++]
Parameters RelateElements [out, retval]
RelateElements is a parameter of type bool* RelateElements [in]
RelateElements is a parameter of type bool