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