This document is archived and information here might be outdated. Recommended version. |
Indicates if the elements detected by the Schematic Spatial Query rule must be included in the diagram.
[Visual Basic .NET] Public Property AddElements As Boolean
[C#] public bool AddElements {get; set;}
[C++]
HRESULT get_AddElements(
Boolean* AddElements
);
[C++]
HRESULT put_AddElements(
VARIANT_BOOL AddElements
);
[C++]
Parameters AddElements [out, retval]
AddElements is a parameter of type bool* AddElements [in]
AddElements is a parameter of type bool