Share

ImageBackgroundSettings.OffsetWidth Property

The horizontal offset of the rendering image to the rendering region.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public double OffsetWidth { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for width must be no more than 30000 feet in absolute value.

See Also

Reference

Was this information helpful?