Method GetPropertyRealValue
GetPropertyRealValue(ElementId, string)
Gets the value of an element real property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
double GetPropertyRealValue(ElementId inElementId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
| string | inFullName | Full name of the element real property to analyze. |
Returns
| Type | Description |
|---|---|
| double | Value of the property. |
Remarks
This method is available since v7.8.300.60.