IReferencePropertyManager#

class IReferencePropertyManager#

Bases: abc.ABC

Defines utility methods for getting reference properties.

Overview#

get_reference_properties

Get the reference properties on the reference datapin.

Import detail#

from ansys.modelcenter.workflow.api.ireferenceproperty import IReferencePropertyManager

Method detail#

abstract IReferencePropertyManager.get_reference_properties() Mapping[str, IReferencePropertyBase]#

Get the reference properties on the reference datapin.

Returns:
Mapping[str, IReferencePropertyBase]

Mapping of names to reference properties.