CADability dotNET
Changes the data of the patch with the given index.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetPatch(
	int index,
	Model model,
	Projection projection,
	Border area
)
Visual Basic
Public Sub SetPatch ( _
	index As Integer, _
	model As Model, _
	projection As Projection, _
	area As Border _
)
Visual C++
public:
void SetPatch(
	int index, 
	Model^ model, 
	Projection^ projection, 
	Border^ area
)

Parameters

index
Type: System..::..Int32
Index of the patch
model
Type: CADability..::..Model
The model for the patch
projection
Type: CADability..::..Projection
the projection for the model
area
Type: CADability.Shapes..::..Border
The area on the layout

See Also