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


ISchematicDiagramClass.AlwaysLoadDiagrams Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.AlwaysLoadDiagrams Property
ArcGIS Developer Help

ISchematicDiagramClass.AlwaysLoadDiagrams Property

Indicates if the diagrams which belong to the diagram class are always loaded.

[Visual Basic .NET]
Public Property AlwaysLoadDiagrams As Boolean
[C#]
public bool AlwaysLoadDiagrams {get; set;}
[C++]
HRESULT get_AlwaysLoadDiagrams(
  Boolean* AlwaysLoadDiagrams
);
[C++]
HRESULT put_AlwaysLoadDiagrams(
  VARIANT_BOOL AlwaysLoadDiagrams
);
[C++]
Parameters
AlwaysLoadDiagrams [out, retval]

AlwaysLoadDiagrams is a parameter of type bool* AlwaysLoadDiagrams [in]
AlwaysLoadDiagrams is a parameter of type bool

Product Availability

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

See Also

ISchematicDiagramClass Interface