CADability dotNET
Only used to set additional information if this CompoundShape is used as a I2DRepresentation.

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

Syntax

C#
public void Set2DRepresentation(
	IGeoObject geoObject,
	Color color
)
Visual Basic
Public Sub Set2DRepresentation ( _
	geoObject As IGeoObject, _
	color As Color _
)
Visual C++
public:
void Set2DRepresentation(
	IGeoObject^ geoObject, 
	Color color
)

See Also