'Declaration
Protected MustOverride Function CreateShape( _ ByVal enumValue As System.Integer _ ) As NSmartShape
'Usage
Dim instance As NSmartShapeFactory Dim enumValue As System.Integer Dim value As NSmartShape value = instance.CreateShape(enumValue)
protected abstract NSmartShape CreateShape( System.int enumValue )
Parameters
- enumValue