CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Copies the attributes from the given GeoObject to this GeoObject. The geometry remains unchanged.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
void CopyAttributes( IGeoObject ToCopyFrom ) |
| Visual Basic |
|---|
Sub CopyAttributes ( _ ToCopyFrom As IGeoObject _ ) |
| Visual C++ |
|---|
void CopyAttributes( IGeoObject^ ToCopyFrom ) |
Parameters
- ToCopyFrom
- Type: CADability.GeoObject..::..IGeoObject
GeoObject to copy from