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


IMdElement.Valid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.Valid Property
ArcGIS Developer Help

IMdElement.Valid Property

Indicates if the model element is valid.

[Visual Basic .NET]
Public Property Valid As Boolean
[C#]
public bool Valid {get; set;}
[C++]
HRESULT get_Valid(
  Boolean* Valid
);
[C++]
HRESULT put_Valid(
  VARIANT_BOOL Valid
);
[C++]
Parameters
Valid [out, retval]

Valid is a parameter of type bool* Valid [in]
Valid is a parameter of type bool

Product Availability

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

See Also

IMdElement Interface