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


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

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,
  Boolean* Enabled
);
[C++]
Parameters
SchematicLayer [in, optional, defaultvalue()]

SchematicLayer is a parameter of type ISchematicLayer* Enabled [out, retval]
Enabled is a parameter of type bool*

Product Availability

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

See Also

ISchematicAlgorithm Interface