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


IFeatureParameterLayer.ExtractParameter Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IFeatureParameterLayer.ExtractParameter Method

Value of the geoprocessing parameter.

[Visual Basic .NET]
Public Function ExtractParameter ( _
) As IGPFeatureRecordSetLayer
[C#]
public IGPFeatureRecordSetLayer ExtractParameter (
);
[C++]
HRESULT ExtractParameter(
  IGPFeatureRecordSetLayer** gpParameterValue
);
[C++]

Parameters gpParameterValue [out, retval]
gpParameterValue is a parameter of type IGPFeatureRecordSetLayer

Product Availability

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

See Also

IFeatureParameterLayer Interface