AppearanceAssetEditScopeStart Method

Starts the edit scope.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Asset Start(
	ElementId assetElementId
)

Parameters

assetElementId  ElementId
The appearance asset element whose asset should be edited.

Return Value

Asset
The appearance asset to be used for editing.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also