Adds a new connected asset attached to this asset property, if it allows it.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void AddConnectedAsset( string schema )
Parameters
- schema String
- The schema name.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The schema name is not valid. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | The asset property is not editable. -or- Cannot check validity for a property not being edited in AppearanceAssetEditScope. -or- Asset property is already connected to one asset. |