RebarSpliceOptions
Constructor
Description:
Constructs a RebarSpliceOptions
Constructs a RebarSpliceOptions
Syntax
public RebarSpliceOptions(
Document document,
ElementId spliceTypeId,
RebarSplicePosition splicePosition
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| spliceTypeId | ElementId | The splice type id. |
| splicePosition | RebarSplicePosition | The splice line position. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The provided spliceTypeId is not a Rebar Splice Type id. It should be an ElementType of BuiltInCategory.OST_RebarSpliceType category. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |