CADability dotNET
Returns a 2 dimensional bounding rctangle enclosing the projection of all GeoObjects of the model.

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

Syntax

C#
public BoundingRect GetExtent(
	Projection pr
)
Visual Basic
Public Function GetExtent ( _
	pr As Projection _
) As BoundingRect
Visual C++
public:
BoundingRect GetExtent(
	Projection^ pr
)

Parameters

pr
Type: CADability..::..Projection
The projection to be applied to the GeoObjects

Return Value

See Also