CADability dotNET
Returns a list of I2DRepresentation objects, that represent this Geoobject in 2d according to the given projection. The returned objects will be used for display and pick purposes.

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

Syntax

C#
I2DRepresentation[] Get2DRepresentation(
	Projection p,
	GDIResources gdiResources
)
Visual Basic
Function Get2DRepresentation ( _
	p As Projection, _
	gdiResources As GDIResources _
) As I2DRepresentation()
Visual C++
array<I2DRepresentation^>^ Get2DRepresentation(
	Projection^ p, 
	GDIResources^ gdiResources
)

Parameters

p
Type: CADability..::..Projection
projection
gdiResources
Type: CADability..::..GDIResources
resources for pens

Return Value

list of 2d objects

See Also