'Declaration
Public Overloads Function CreateShape( _ ByVal weatherShape As WeatherShapes _ ) As NShape
'Usage
Dim instance As NWeatherShapesFactory Dim weatherShape As WeatherShapes Dim value As NShape value = instance.CreateShape(weatherShape)
public NShape CreateShape( WeatherShapes weatherShape )
Parameters
- weatherShape