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


IDELayer.GPLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDELayer.GPLayer Property

The data element layer.

[Visual Basic .NET]
Public Property GPLayer As IGPLayer
[C#]
public IGPLayer GPLayer {get; set;}
[C++]
HRESULT get_GPLayer(
  IGPLayer** ppLayer
);
[C++]
HRESULT putref_GPLayer(
  IGPLayer* ppLayer
);
[C++]

Parameters ppLayer [out, retval]
ppLayer is a parameter of type IGPLayer ppLayer [in]
ppLayer is a parameter of type IGPLayer

Product Availability

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

See Also

IDELayer Interface