ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* Marked
);
[C++]
HRESULT put_Marked(
  VARIANT_BOOL Marked
);
[C++]

Parameters

Marked [out, retval]   Marked is a parameter of type VARIANT_BOOL Marked [in]   Marked is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdParameter Interface