ArcObjects Library Reference  (Geoprocessing)    

IMdParameter.Derived Property

Indicates if the model parameter is a derived value.

[Visual Basic 6.0]
Property Derived As Boolean
[Visual Basic .NET]
Public Property Derived As Boolean
[C#]
public bool Derived {get; set;}
[Java]
public boolean isDerived()
throws
    IOException,
    AutomationException
[Java]
public void setDerived(
boolean Derived
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Derived(
  VARIANT_BOOL* Derived
);
[C++]
HRESULT put_Derived(
  VARIANT_BOOL Derived

);

[C++]

Parameters

Derived [out, retval]

  Derived is a parameter of type VARIANT_BOOL

Derived [in]

  Derived is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdParameter Interface

 


Feedback Send feedback on this page