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


ISchematicDisplayDiagramHelper.MultiViews Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicDisplayDiagramHelper Interface > ISchematicDisplayDiagramHelper.MultiViews Property
ArcGIS Developer Help

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