ModifierBaseReplaceOperand(IShapeOperand, IShapeOperand) Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public bool ReplaceOperand(
	IShapeOperand oldOperand,
	IShapeOperand newOperand
)

Parameters

oldOperand  IShapeOperand
 
newOperand  IShapeOperand
 

Return Value

Boolean

See Also