Method GetPropertyType
GetPropertyType(ElementId, string)
Gets the type of an element property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
PropertyType GetPropertyType(ElementId inElementId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
| string | inFullName | Full name of the element property to analyze. |
Returns
| Type | Description |
|---|---|
| PropertyType | Type of the property, or None if the element does not have the property. |
Remarks
This method is available since v7.8.300.60.