Starts the edit scope.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Asset Start( ElementId assetElementId )
Parameters
- assetElementId ElementId
- The appearance asset element whose asset should be edited.
Return Value
AssetThe appearance asset to be used for editing.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
