SetTypeId Method


Sets the DirectShapeType for the DirectShape element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2015

Syntax

C#
public void SetTypeId(
	ElementId typeId
)
Visual Basic
Public Sub SetTypeId ( _
	typeId As ElementId _
)
Visual C++
public:
void SetTypeId(
	ElementId^ typeId
)

Parameters

typeId
Type: Autodesk.Revit.DB ElementId
The ID of the type corresponding to this DirectShape element. May only be set once.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException typeId is not a valid Element identifier.
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also