|
|
The ObjectTable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CreateDefaultInputVariables |
Create default variables for use in virtual takeoff or to map model item properties
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
InsertModelItemTakeoff(Int64, ModelItem) |
Combined map and insert for convenience
|
|
|
InsertModelItemTakeoff(Int64, Guid, TakeoffVariableCollection, Boolean) |
Returns row id for inserted value
|
|
|
InsertVirtualTakeoff |
Returns row id for inserted value
|
|
|
IsChanged |
Does change affect this table
(Inherited from TakeoffTable.) |
|
|
MapModelItemPropertiesToInputVariables(ModelItem, TakeoffVariableCollection) |
Runs normal mapping.
Returns number of variables that were mapped to.
Could add other variants that use a specified mapping file
|
|
|
MapModelItemPropertiesToInputVariables(Int64, ModelItem, TakeoffVariableCollection) |
Runs normal mapping.
Returns number of variables that were mapped to.
Could add other variants that use a specified mapping file
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
SelectInputVariables |
Select the input variable collection
|
|
|
SelectVariables |
Select variable collection of the id, including input variables if exist
(Inherited from TakeoffTable.) |
|
|
ToString | (Inherited from Object.) |
|
|
UpdateInputVariables |
Update variables collection back to database, only Objects table will update input variable back to database
|
|
|
UpdateVariables |
Update variables collection back to database, only Objects table will update input variable back to database
(Inherited from TakeoffTable.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Comment |
Return the Comment column definition
|
|
|
DbTableName |
Return the database table name
(Inherited from TakeoffTable.) |
|
|
ModelItemId |
Return the ModelItemId column definition
|
|
|
Parent |
Return the Parent column definition
|
|
|
RowId |
Return the RowId column definition
(Inherited from TakeoffTable.) |
|
|
SavedViewpointId |
Return the SavedViewpointId column definition
|
|
|
SheetId |
Return the SheetId column definition
|
|
|
Status |
Return the Status column definition
|
|
|
Variables |
Returns a TakeoffVariableDefinitionCollection of all the TakeoffVariableDefinition.
(Inherited from TakeoffTable.) |
|
|
WBS |
Return the WBS column definition
|