This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithm Interface > ISchematicAlgorithm.Available Property (ArcObjects .NET 10.4 SDK) |
Indicates if the algorithm is currently available.
[Visual Basic .NET] Public Property Available As Boolean
[C#] public bool Available {get; set;}
[C++]
HRESULT get_Available(
VARIANT_BOOL* Available
);
[C++]
HRESULT put_Available(
VARIANT_BOOL Available
);
[C++]
Parameters Available [out, retval] Available is a parameter of type VARIANT_BOOL Available [in] Available is a parameter of type VARIANT_BOOL