This document is archived and information here might be outdated. Recommended version. |
Indicates if we want to display the diagrams in new windows.
[Visual Basic .NET]
Public Property MultiViews As Boolean
[C#]
public bool MultiViews {get; set;}
[C++]
HRESULT get_MultiViews(
VARIANT_BOOL MultiViews
);
[C++]
HRESULT put_MultiViews(
Boolean* MultiViews
);
[C++] Parameters MultiViews [in]
MultiViews is a parameter of type bool MultiViews [out, retval]
MultiViews is a parameter of type bool*