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 > ISchematicDataset Interface > ISchematicDataset.DesignMode Property (ArcObjects .NET 10.5 SDK) |
Indicates if the schematic dataset design mode is activated.
[Visual Basic .NET] Public Property DesignMode As Boolean
[C#] public bool DesignMode {get; set;}
[C++]
HRESULT get_DesignMode(
VARIANT_BOOL* DesignMode
);
[C++]
HRESULT put_DesignMode(
VARIANT_BOOL DesignMode
);
[C++]
Parameters DesignMode [out, retval] DesignMode is a parameter of type VARIANT_BOOL DesignMode [in] DesignMode is a parameter of type VARIANT_BOOL