![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVariable Interface > IGPVariable.Derived Property (ArcObjects .NET 10.5 SDK) |
Indicates if the variable is type derived.
[Visual Basic .NET] Public Property Derived As Boolean
[C#] public bool Derived {get; set;}
[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