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


ISchematicBuilderUI.OKEnabled Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicBuilderUI Interface > ISchematicBuilderUI.OKEnabled Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

ISchematicBuilderUI Interface