get_property_value# Polygons3DLayout.get_property_value(name: str)# Retrieve a property value. Parameters: namestrName of the property Returns: typeValue 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")