CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Implements CopyAttributes(IGeoObject). The default implementation handles
all CADability attributes and leaves the handling of non CADability attributes to your code.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public virtual void CopyAttributes( IGeoObject ToCopyFrom ) |
| Visual Basic |
|---|
Public Overridable Sub CopyAttributes ( _ ToCopyFrom As IGeoObject _ ) |
| Visual C++ |
|---|
public: virtual void CopyAttributes( IGeoObject^ ToCopyFrom ) |
Parameters
- ToCopyFrom
- Type: CADability.GeoObject..::..IGeoObject
GeoObject to copy attribute data from