create_bind_point method

create_bind_point(self, obj, prop_name)

Creates a BindPoint based on the property data type.

Returns

The bind point instance or null if the property is not defined.


def create_bind_point(self, obj, prop_name):
    ...
ParameterTypeDescription
objaspose.threed.A3DObjectObject.
prop_nameSystem.StringProperty name.

See Also