ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.IsDerived Method

Returns whether the given variable or parameter is derived.

[Visual Basic 6.0]
Function IsDerived(
    ByVal pInput As Unknown _
) As Boolean
[Visual Basic .NET]
Public Function IsDerived ( _
    ByVal pInput As Object _
) As Boolean
[C#]
public bool IsDerived (
    object pInput
);
[Java]
public Boolean isDerived (
    Object pInput
)
throws
    IOException,
    AutomationException
[C++]
HRESULT IsDerived(
  LPUNKNOWN pInput,
  VARIANT_BOOL* pDerived
);
[C++]

Parameters

pInput [in]

  pInput is a parameter of type LPUNKNOWN

pDerived [out, retval]

  pDerived is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page