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


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

IMdParameter.Derived Property

Indicates if the model parameter is a derived value.

[Visual Basic .NET]
Public Property Derived As Boolean
[C#]
public bool Derived {get; set;}
[C++]
HRESULT get_Derived(
  Boolean* Derived
);
[C++]
HRESULT put_Derived(
  VARIANT_BOOL Derived
);
[C++]
Parameters
Derived [out, retval]

Derived is a parameter of type bool* Derived [in]
Derived is a parameter of type bool

Product Availability

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

See Also

IMdParameter Interface