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


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

ISchematicDataset.DesignMode Property

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(
  Boolean* DesignMode
);
[C++]
HRESULT put_DesignMode(
  VARIANT_BOOL DesignMode
);
[C++]
Parameters
DesignMode [out, retval]

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

Product Availability

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

See Also

ISchematicDataset Interface