<Code Lib>
M

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

Description:
Creates a DirectShapeType element.
Overloads (2):
Create(Document,String,ElementId,DirectShapeTypeOptions)

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

Return Value The new DirectShapeType. The new DirectShapeType.

Loading…