'Declaration
Public Sub ReplaceCommand( _ ByVal oldCommand As NPathCommand, _ ByVal newCommand As NPathCommand _ )
'Usage
Dim instance As NPathFigure Dim oldCommand As NPathCommand Dim newCommand As NPathCommand instance.ReplaceCommand(oldCommand, newCommand)
public void ReplaceCommand( NPathCommand oldCommand, NPathCommand newCommand )
Parameters
- oldCommand
- newCommand