This document is archived and information here might be outdated. Recommended version. |
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