CADability dotNET
Copies the geometrical aspects of the given GeoObject to this GeoObject. Both objects must be of the same type. The attributes are not copied.

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

Syntax

C#
void CopyGeometry(
	IGeoObject ToCopyFrom
)
Visual Basic
Sub CopyGeometry ( _
	ToCopyFrom As IGeoObject _
)
Visual C++
void CopyGeometry(
	IGeoObject^ ToCopyFrom
)

Parameters

ToCopyFrom
Type: CADability.GeoObject..::..IGeoObject
GeoObject to copy from

See Also