Creates a new instance of a single Fabric wire.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2018
Syntax
Visual Basic |
---|
Public Shared Function Create ( _
distance As Double, _
wireLength As Double, _
wireType As ElementId, _
wireOffset As Double _
) As FabricWireItem |
Visual C++ |
---|
public:
static FabricWireItem^ Create(
double distance,
double wireLength,
ElementId^ wireType,
double wireOffset
) |
Parameters
- distance
- Type: System..::..Double
The distance between this wire and the next wire in the Custom Fabric Sheet
- wireLength
- Type: System..::..Double
Length of this wire
- wireType
- Type: Autodesk.Revit.DB..::..ElementId
The wire type of this wire
- wireOffset
- Type: System..::..Double
The offset between two wires in the same line
Return Value
The newly created Fabric wire instance.
Exceptions
See Also