Gets the property at the given index.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public AssetProperty Get( int index )
Parameters
- index Int32
- An integer index.
Return Value
AssetPropertyThe property at the given index.
Exceptions
Exception | Condition |
---|---|
ArgumentException | index is out of range. |