DxfImage.AddObject

DxfImage.AddObject method

Adds enity.

public void AddObject(CadBaseObject obj)
ParameterTypeDescription
objCadBaseObjectObject to add.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when object is null
InvalidOperationExceptionThrown if the current object has been added before
NotSupportedExceptionThrown if adding of the current object is not implemented

See Also