This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdParameter Interface > IMdParameter.Marked Property (ArcObjects .NET 10.4 SDK) |
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