|
![]() |
The TakeoffVariable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CalculateOriginalValue |
Get the original value
|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
GetHashCode | (Inherited from NativeHandle.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetOriginalValue |
To set input column's original value
|
![]() |
SetUnitsToNull |
Set units to null
|
![]() |
ToString | (Inherited from NativeHandle.) |
![]() |
ValueToBool |
Convert Value to bool
|
![]() |
ValueToDisplayString |
Convert Value to string
|
![]() |
ValueToDouble |
Convert Value to double
|
Properties
Name | Description | |
---|---|---|
![]() |
ActiveFormula |
Active formula
|
![]() |
ActiveUnits |
Active units
|
![]() |
ActiveValue |
Active value
|
![]() |
Definition |
Variable definition
|
![]() |
Formula |
Formula
|
![]() |
InheritedFormula |
Inherited formula
|
![]() |
IsAbleToGetFormula |
Able to get formula only if the variable definition's purpose is calculation/rollup
|
![]() |
IsAbleToGetPropertyStatus |
Able to get property status only if the variable definition's purpose is in input and the value is variable
|
![]() |
IsAbleToSetFormula |
Able to set formula only if the variable definition's purpose is calculation/rollup and formula is not fixed
|
![]() |
IsAbleToSetOriginalUnits |
Able to set original unit only if it is input column with unit not fixed
|
![]() |
IsAbleToSetOriginalValue |
Able to set original value only if it is input column with value not fixed
|
![]() |
IsAbleToSetPropertyStatus |
Able to Set property status only if the variable definition's purpose is in input and the value is variable
|
![]() |
IsAbleToSetUnits |
Able to set unit only if unit is not fixed
|
![]() |
IsAbleToSetValue |
Able to set value only if the variable definition's purpose is input and value is not fixed
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsFormulaNull |
Is variable formula null, calculation/rollup variable will get formula from parent table for calculation if its own formula is null
|
![]() |
IsInheritedFormulaNull |
Is variable inherit formula null
|
![]() |
IsOriginalUnitsNull |
Is variable original units null
|
![]() |
IsOverridden |
Determine whether the variable override the unit or formula.If formula is not fixed and have its own value, formula override. If unit is not fixed and have its own value, units override
|
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
IsUnitsNull |
Is variable units null, calculation/rollup variable will get units from parent table if its own unit is null
|
![]() |
OriginalUnits |
Original units
|
![]() |
PropertyStatus |
Property Status
|
![]() |
Units |
Units
|
![]() |
UnitsGroup |
Units Group
|
![]() |
Value |
Value
|