FabricSheetTypeMinorDirectionWireType Property |
The id of the FabricWireType to be used in the minor direction.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId MinorDirectionWireType { get; set; }
Public Property MinorDirectionWireType As ElementId
Get
Set
public:
property ElementId^ MinorDirectionWireType {
ElementId^ get ();
void set (ElementId^ value);
}
member MinorDirectionWireType : ElementId with get, set
Property Value
ElementId
Exceptions
See Also