Share

DirectShapeType.Create(Document, String, ElementId, DirectShapeTypeOptions) Method

Creates a DirectShapeType element.


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

Syntax

C#

public static DirectShapeType Create(
	Document document,
	string name,
	ElementId categoryId,
	DirectShapeTypeOptions options
)

Parameters

document  Document
Document to which the created element will be added.
name  String
Name of the DirectShapeType.
categoryId  ElementId
Id of the category assigned to this DirectShapeType. Must be a valid category id.
options  DirectShapeTypeOptions
Options that can be used to control the behavior of DirectShapeType being created.

Return Value

DirectShapeType
The new DirectShapeType.

Exceptions

ExceptionCondition
ArgumentException Document document may not contain DirectShape or DirectShapeType objects. -or- Element id categoryId may not be used as a DirectShape category.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?