Skip to content

ACadSharp.ICadCollection_T_

Albert Domenech edited this page Aug 28, 2025 · 1 revision

ICadCollection Class

A collection of CAD objects.

Definition

Namespace: ACadSharp

C#

public interface ICadCollection<T>

Methods

Returns Name Summary
T TryAdd(T) Tries to add the item to the collection, if an item with the same name already exists it returns the existing item.
Clone this wiki locally