Revit 2022 API |
FamilySymbolProfile..::..YOffset Property |
FamilySymbolProfile Class See Also |
The offset of the profile to the origin of the sketch plane in the Y direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public double YOffset { get; set; } |
Visual Basic |
---|
Public Property YOffset As Double Get Set |
Visual C++ |
---|
public: property double YOffset { double get (); void set (double value); } |