ArcObjects Library Reference (Geoprocessing)  

IMdParameter Interface

Provides access to properties/methods of a model parameter.

Product Availability

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

Members

Description
Read/write property Current Indicates if the model parameter is current (i.e., has been created).
Read/write property Derived Indicates if the model parameter is a derived value.
Method Init Initializes the model parameter using the given parameter as a template.
Read/write property Marked Indicates if the model parameter has been marked for validation/execution.
Read/write property Valid Indicates if the model parameter is valid.
Method Validate Validates the current value of the model parameter.
Write-only property Value The value of the parameter object.

CoClasses that implement IMdParameter

CoClasses and Classes Description
MdParameter Model parameter object that references a model variable or contains a value object.