FabricWireItem.Create
Description:
Creates a new instance of a single Fabric wire.
Creates a new instance of a single Fabric wire.
public static FabricWireItem Create(
double distance,
double wireLength,
ElementId wireType,
double wireOffset
)
-
DoubledistanceThe distance between this wire and the next wire in the Custom Fabric Sheet
-
DoublewireLengthLength of this wire
-
wireTypeThe wire type of this wire
-
DoublewireOffsetThe offset between two wires in the same line
-
The given value for distance is not a number -or- The given value for wireLength is not a number -or- wireType is not a valid Element identifier. -or- The given value for wireOffset is not a number
-
A non-optional argument was null
-
The given value for distance must be between 0 and 30000 feet. -or- The given value for wireLength must be greater than 0 and no more than 30000 feet. -or- The given value for wireOffset must be between 0 and 30000 feet.