Returns the specified layer through the LayerObject "out" parameter.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public Sub GetLayer( _ 
   ByVal LayerHandle As Integer,  _ 
   <OutAttribute> ByRef LayerObject As RenderableLayer _ 
)
C#
public void GetLayer(
   int LayerHandle,
   out RenderableLayer LayerObject
)
C++
public:
 void GetLayer(
   int LayerHandle,
   [OutAttribute] RenderableLayer% LayerObject
) sealed 
J#
public void GetLayer(
   int LayerHandle,
   /** @attribute OutAttribute() */ /** @ref */ RenderableLayer LayerObject
)
JScript
public  function GetLayer(
   LayerHandle : int,
   OutAttribute LayerObject : RenderableLayer
)

See Also