CADability dotNET
Returns the data that describe the patch with the given index.

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

Syntax

C#
public void GetPatch(
	int index,
	out Model model,
	out Projection projection,
	out Border area
)
Visual Basic
Public Sub GetPatch ( _
	index As Integer, _
	<OutAttribute> ByRef model As Model, _
	<OutAttribute> ByRef projection As Projection, _
	<OutAttribute> ByRef area As Border _
)
Visual C++
public:
void GetPatch(
	int index, 
	[OutAttribute] Model^% model, 
	[OutAttribute] Projection^% projection, 
	[OutAttribute] 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