FabricationPartSizeMapSizeString Property |
The size display string for the straight that can be used by the user interface.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic string SizeString { get; set; }
Public Property SizeString As String
Get
Set
public:
property String^ SizeString {
String^ get ();
void set (String^ value);
}
member SizeString : string with get, set
Property Value
String
Exceptions
See Also