RVTDocs.com

FabricWireItem

Class
Description:
Provides implementation for FabricWires stored in a Custom Fabric Sheet
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.FabricWireItem
Syntax
public class FabricWireItem : IDisposable
FabricWireItem Class Members:
Name Description Inherited From
Distance Distance to the next fabric wire item Can be 0 to be used with offset along wire.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
OffsetAlongWire Offset along wire direction Wire distance should be 0 if we want to be along the same wire
WireLength Wire length for this wire item
WireType The wire type of this wire item
Name Description Inherited From
Create Creates a new instance of a single Fabric wire.
Dispose Releases all resources used by the FabricWireItem
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object