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


ISchematicDataset.DesignMode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicDataset Interface