Heureka API .NET Documentation
ToApiPlotType Method



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToApiPlotType( _
   ByVal plotType As PlotTypes _
) As ApiLayerType
'Usage
 
Dim plotType As PlotTypes
Dim value As ApiLayerType
 
value = LayerTypeConverter.ToApiPlotType(plotType)
[Extension()]
public static ApiLayerType ToApiPlotType( 
   PlotTypes plotType
)
[Extension()]
public:
static ApiLayerType ToApiPlotType( 
   PlotTypes plotType
) 

Parameters

plotType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayerTypeConverter Class
LayerTypeConverter Members

Send Feedback