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


IMdElement.State 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.State Property
ArcGIS Developer Help

IMdElement.State Property

The state of the model element.

[Visual Basic .NET]
Public ReadOnly Property State As esriMdElementState
[C#]
public esriMdElementState State {get;}
[C++]
HRESULT get_State(
  esriMdElementState* State
);
[C++]
Parameters
State [out, retval]

State is a parameter of type esriMdElementState*

Product Availability

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

See Also

IMdElement Interface