This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.AlwaysLoadDiagrams Property (ArcObjects .NET 10.5 SDK) |
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