Revit 2022 API |
LoadComponent..::..Factor Property |
LoadComponent Class See Also |
Load component factor.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2016
Syntax
C# |
---|
public double Factor { get; set; } |
Visual Basic |
---|
Public Property Factor As Double Get Set |
Visual C++ |
---|
public: property double Factor { double get (); void set (double value); } |