PropertyInfo#
- class ansys.stk.core.stkutil.PropertyInfo#
Property Information coclass.
Overview#
Get the name of the property. |
|
Get the type of property. |
|
Determine if the property has a minimum value. |
|
Determine if the property has a maximum value. |
|
Get the minimum value of this property. Use PropertyType to determine the type to cast to. |
|
Get the maximum value of this property. Use PropertyType to determine the type to cast to. |
Import detail#
from ansys.stk.core.stkutil import PropertyInfo
Property detail#
- property PropertyInfo.property_type: PropertyInfoValueType#
Get the type of property.