FabricationPart.ProductDataRange Property

FabricationPartProductDataRange Property

The product data range 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 ProductDataRange { get; }
Public ReadOnly Property ProductDataRange As String
	Get
public:
property String^ ProductDataRange {
	String^ get ();
}
member ProductDataRange : string with get

Property Value

String
See Also