Layer that is associated with this graphics layer.
[Visual Basic 6.0] Property AssociatedLayer As ILayer
[Visual Basic .NET] Public Property AssociatedLayer As ILayer
[C#] public ILayer AssociatedLayer {get; set;}
[Java] public ILayer getAssociatedLayer() throws IOException, AutomationException
[Java] public void setAssociatedLayerByRef( ILayer pLayer ) throws IOException, AutomationException
[C++] HRESULT get_AssociatedLayer( ILayer** Layer );
[C++] HRESULT putref_AssociatedLayer( ILayer* Layer);
Parameters
Layer [out, retval]
Layer is a parameter of type ILayer
Layer [in]
Layer is a parameter of type ILayer