Share

DirectShape.SetTypeId Method

Sets the DirectShapeType for the DirectShape element.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetTypeId(
	ElementId typeId
)

Parameters

typeId  ElementId
The ID of the type corresponding to this DirectShape element. May only be set once.

Exceptions

ExceptionCondition
ArgumentException typeId is not a valid Element identifier.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?