2020 Class
Changes 0
C

AssetSet

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.Visual.AssetSet
public class AssetSet : APIObject, IEnumerable
Name Return Type Description Inherited From
C AssetSet() None Initializes a new instance of the class
Name Return Type Description Inherited From
M Clear() None
M Contains(Asset) bool
M Erase(Asset) int
M ForwardIterator() AssetSetIterator
M GetEnumerator() IEnumerator
M Insert(Asset) bool
M ReverseIterator() AssetSetIterator
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P IsEmpty bool
P Size int
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject