ACadSharp.Classes.DxfClassCollection.AddOrUpdate(ACadSharp.Classes.DxfClass) - DomCR/ACadSharp GitHub Wiki
AddOrUpdate(ACadSharp.Classes.DxfClass) Method
Add a dxf class to the collection or updates the existing one if the is already in the collection
Definition
Namespace: ACadSharp.Classes.DxfClassCollection
C#
public Void AddOrUpdate(ACadSharp.Classes.DxfClass)
Return Value
Void