This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithm Interface > ISchematicAlgorithm.Overridable Property (ArcObjects .NET 10.4 SDK) |
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