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


ISchematicDiagramClass.AlwaysLoadDiagrams Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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(
  VARIANT_BOOL* AlwaysLoadDiagrams
);
[C++]
HRESULT put_AlwaysLoadDiagrams(
  VARIANT_BOOL AlwaysLoadDiagrams
);
[C++]

Parameters AlwaysLoadDiagrams [out, retval] AlwaysLoadDiagrams is a parameter of type VARIANT_BOOL AlwaysLoadDiagrams [in] AlwaysLoadDiagrams is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicDiagramClass Interface