| Name | Description | |
|---|---|---|
|  | AssignedObjects | Gets/Sets a list of StorableObject references to a PlaceHolder object. The originally assigned references are replaced. | 
|  | IsDocumentReferenceActive | Activates the properties of the page/installation space for the place holder object. | 
|  | Name | Gets/Sets the name of the Placeholder3D. | 
|  | NameOfRecord | Gets/Sets the name of a record, specified by its index. | 
|  | NumberOfRecords | Count of records. | 
|  | NumberOfReferences | Count of objects referenced by the Placeholder3D. | 
|  | NumberOfVariables | Count of Variables. | 
|  | Value | Gets/Sets the value of a variable for a record. | 
|  | VariableNames | Names of all variables in the Placeholder3D. | 
| Name | Description | |
|---|---|---|
|  | AddRecord | Adds a new record with the specified name to the Placeholder3D object. | 
|  | AddVariable | Adds a new variable to the Placeholder3D object. | 
|  | ApplyRecord | Overloaded. Applies a record of values on a PlaceHolder object. | 
|  | DeleteRecord | Overloaded. Deletes a record. | 
|  | DeleteUnusedVariables | Deletes all unused variables. | 
|  | DeleteVariable | Deletes a variable. | 
|  | FindRecord | Finds a record by name. | 
|  | FindVariable | Finds a variable, specified by its name. | 
|  | GetRecordNames | \Returns the names of all records in the nIndex-th PlaceHolder of a Macro. | 
|  | GetValue | Gets the value of a variable for a record. | 
|  | GetValues | \Returns the values of all variables in the nIndex-th PlaceHolder of a Macro variant for a given record. | 
|  | GetVariableNames | \Returns the names of all variables in the nIndex-th PlaceHolder of a Macro variant. | 
|  | IsVariableValid | Verifies the correctness if a variable name of a placeholder. If a variable name contains invalid characters, this method \returns false. | 
|  | RemoveInvalidObjectReferences | Removes invalid (e.g. deleted) object references from a PlaceHolder. | 
|  | RemoveObjectReferences | Removes object references from a PlaceHolder. | 
|  | SetValue | Sets the value of a variable for a record. |