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


ISchematicBuilderUI.OKEnabled Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SchematicControls)  

ISchematicBuilderUI.OKEnabled Method

Indicates if the OK button is enabled.

[Visual Basic .NET]
Public Function OKEnabled ( _
) As Boolean
[C#]
public bool OKEnabled (
);
[C++]
HRESULT OKEnabled(
  VARIANT_BOOL* pOK
);
[C++]

Parameters pOK [out, retval] pOK is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicBuilderUI Interface