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


IMdParameter Interface (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
ArcGIS Developer Help

IMdParameter Interface

Provides access to properties/methods of a model parameter.

Product Availability

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

Members

Name 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.

Classes that implement IMdParameter

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