Add a layer.
[Visual Basic .NET] Public Sub Add ( _ ByVal pGPLayer As IGPLayer _ )
[C#] public void Add ( IGPLayer pGPLayer );
[C++]
HRESULT Add(
IGPLayer* pGPLayer
);
[C++]Parameters
pGPLayer [in]pGPLayer is a parameter of type IGPLayer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.