DxfImage.AddObject
DxfImage.AddObject method
Adds enity.
public void AddObject(CadBaseObject obj)
Parameter | Type | Description |
---|---|---|
obj | CadBaseObject | Object to add. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Thrown when object is null |
InvalidOperationException | Thrown if the current object has been added before |
NotSupportedException | Thrown if adding of the current object is not implemented |
See Also
- class CadBaseObject
- class DxfImage
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD