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


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

IMdParameter.Marked Property

Indicates if the model parameter 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

IMdParameter Interface