'Declaration
Public Overridable Function CreatePrimitive( _ ByVal prevCommand As NPathCommand _ ) As INGeometryPrimitive
'Usage
Dim instance As NPathCommand Dim prevCommand As NPathCommand Dim value As INGeometryPrimitive value = instance.CreatePrimitive(prevCommand)
public virtual INGeometryPrimitive CreatePrimitive( NPathCommand prevCommand )
Parameters
- prevCommand