ArcObjects Library Reference (Schematic)  

ISchematicAlgorithm.Available Property

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

Product Availability

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

See Also

ISchematicAlgorithm Interface