FabricationPart.ProductSizeDescription Property

FabricationPartProductSizeDescription Property

The product size description of the fabrication part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string ProductSizeDescription { get; }
Public ReadOnly Property ProductSizeDescription As String
	Get
public:
property String^ ProductSizeDescription {
	String^ get ();
}
member ProductSizeDescription : string with get

Property Value

String
See Also