Creates a new instance of a single Fabric wire.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
C# |
---|
[ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Please use the new Create method with wireOffset equal to 0.")]
public static FabricWireItem Create(
double distance,
double wireLength,
ElementId wireType
) |
Visual Basic |
---|
<ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Please use the new Create method with wireOffset equal to 0.")> _
Public Shared Function Create ( _
distance As Double, _
wireLength As Double, _
wireType As ElementId _
) As FabricWireItem |
Visual C++ |
---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2018 and will be removed in a future version. Please use the new Create method with wireOffset equal to 0.")]
public:
static FabricWireItem^ Create(
double distance,
double wireLength,
ElementId^ wireType
) |
Return Value
The newly created Fabric wire instance.
Exceptions
See Also