<Code Lib>
2026 Method
Changes 5
M

RebarContainerType.GetOrCreateRebarContainerType

Description:
Creates or returns a RebarContainerType object with a given name.

public static ElementId GetOrCreateRebarContainerType(
	Document aDoc,
	string name
)

  • aDoc
    The document.
  • String
    name
    Name of the type.
Return Value ElementId The type id.

Loading…