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