ArcObjects Library Reference (Schematic)  

ISchematicAlgorithm.Overridable Property

Indicates if the algorithm properties page is editable from ArcMap; that is, enabling the Layout Properties button in ArcMap.

[Visual Basic .NET]
Public Property Overridable As Boolean
[C#]
public bool Overridable {get; set;}
[C++]
HRESULT get_Overridable(
  VARIANT_BOOL* pOverridable
);
[C++]
HRESULT put_Overridable(
  VARIANT_BOOL pOverridable
);
[C++]

Parameters

pOverridable [out, retval]   pOverridable is a parameter of type VARIANT_BOOL pOverridable [in]   pOverridable 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