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


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

IMdElement.Marked Property

Indicates if the model element has been marked for validation/execution.

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

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

Product Availability

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

See Also

IMdElement Interface