This document is archived and information here might be outdated.  Recommended version.


ISchematicAlgorithm.Overridable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithm Interface > ISchematicAlgorithm.Overridable Property
ArcGIS Developer Help

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(
  Boolean* pOverridable
);
[C++]
HRESULT put_Overridable(
  VARIANT_BOOL pOverridable
);
[C++]
Parameters
pOverridable [out, retval]

pOverridable is a parameter of type bool* pOverridable [in]
pOverridable is a parameter of type bool

Product Availability

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

See Also

ISchematicAlgorithm Interface