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


IFeatureParameterLayer.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IFeatureParameterLayer.Initialize Method

Initializes with the value of the geoprocessing parameter.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal gpParameterValue As IGPFeatureRecordSetLayer _
)
[C#]
public void Initialize (
    IGPFeatureRecordSetLayer gpParameterValue
);
[C++]
HRESULT Initialize(
  IGPFeatureRecordSetLayer* gpParameterValue
);
[C++]

Parameters gpParameterValue [in]
gpParameterValue is a parameter of type IGPFeatureRecordSetLayer

Product Availability

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

See Also

IFeatureParameterLayer Interface