This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicDisplayDiagramHelper Interface > ISchematicDisplayDiagramHelper.MultiViews Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL MultiViews
);
[C++]
Parameters MultiViews [out, retval] MultiViews is a parameter of type VARIANT_BOOL MultiViews [in] MultiViews is a parameter of type VARIANT_BOOL