get_property_value#

Polygons3DLayout.get_property_value(name: str)#

Retrieve a property value.

Parameters:
namestr

Name of the property

Returns:
type

Value of the property.

References

>>> oEditor.GetPropertyValue

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Geometries3DLayout
>>> obj = Geometries3DLayout()
>>> obj.get_property_value(name="MyObject")