ArcObjects Library Reference (Schematic)  

ISchematicAlgorithm.Enabled Property

Indicates if the algorithm is currently enabled.

[Visual Basic .NET]
Public Function get_Enabled ( _
    [ByVal SchematicLayer As ISchematicLayer] _
) As Boolean
[C#]
public bool get_Enabled (
    ISchematicLayer SchematicLayer
);
[C++]
HRESULT get_Enabled(
  ISchematicLayer* SchematicLayer,
  VARIANT_BOOL* Enabled
);
[C++]

Parameters

SchematicLayer [in, optional, defaultvalue(0)]

  SchematicLayer is a parameter of type ISchematicLayer

Enabled [out, retval]   Enabled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicAlgorithm Interface