ArcObjects Library Reference (Geoprocessing)  

IMdModel.IsValid Method

Returns whether or not all the model elements in the model are valid.

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

Parameters

IsValid [out, retval]   IsValid is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdModel Interface