Share

AppearanceAssetEditScope.Start Method

Starts the edit scope.


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

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

Reference

Was this information helpful?