FabricSheetType.MinorNumberOfWires Property

FabricSheetTypeMinorNumberOfWires Property

The number of wires used in the minor direction (includes the 1st and last wires).

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int MinorNumberOfWires { get; }
Public ReadOnly Property MinorNumberOfWires As Integer
	Get
public:
property int MinorNumberOfWires {
	int get ();
}
member MinorNumberOfWires : int with get

Property Value

Int32
See Also