This document is archived and information here might be outdated.  Recommended version.


ISchematicDisplayDiagramHelper.MultiViews Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SchematicControls)  

ISchematicDisplayDiagramHelper.MultiViews Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDisplayDiagramHelper Interface