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


IMdElement.State Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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