This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithm Interface > ISchematicAlgorithm.Enabled Property (ArcObjects .NET 10.5 SDK) |
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