The User defined X value of offset from left bottom corner. Unit is inch.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is obsolete. Use OriginOffsetX instead.")]
public double UserDefinedMarginX { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is obsolete. Use OriginOffsetX instead.")> _
Public Property UserDefinedMarginX As Double
Get
Set |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolete. Use OriginOffsetX instead.")]
public:
property double UserDefinedMarginX {
double get ();
void set (double value);
} |
Exceptions
See Also