M

RebarSpliceTypeUtils.CreateRebarSpliceType

Description:
Creates a Rebar Splice Type element.
public static ElementType CreateRebarSpliceType(
	Document document,
	string typeName
)
  • document
    The document.
  • String
    typeName
    The Rebar Splice Type name.
Return Value ElementType The Rebar Splice Type.
  • The given value for typeName cannot be an empty string. -or- The given value for typeName cannot include prohibited characters. -or- The given value for typeName is already in use by another Rebar Splice Type.
  • A non-optional argument was null