This document is archived and information here might be outdated. Recommended version. |
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*