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


IGPUtilities.IsDerived Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.IsDerived Method
ArcGIS Developer Help

IGPUtilities.IsDerived Method

Returns whether the given variable or parameter is derived.

[Visual Basic .NET]
Public Function IsDerived ( _
    ByVal pInput As Object _
) As Boolean
[C#]
public bool IsDerived (
    object pInput
);
[C++]
HRESULT IsDerived(
  LPUNKNOWN pInput
);
[C++]
Parameters
pInput [in]

pInput is a parameter of type IUnknown

Product Availability

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

See Also

IGPUtilities Interface