This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.Valid Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* Valid
);
[C++]
HRESULT put_Valid(
VARIANT_BOOL Valid
);
[C++]
Parameters Valid [out, retval] Valid is a parameter of type VARIANT_BOOL Valid [in] Valid is a parameter of type VARIANT_BOOL