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


ISchematicBuilderUI.OKValid Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SchematicControls)  

ISchematicBuilderUI.OKValid Method

Indicates if all parameters are valid. Called when the OK button is pressed.

[Visual Basic .NET]
Public Function OKValid ( _
) As Boolean
[C#]
public bool OKValid (
);
[C++]
HRESULT OKValid(
  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