create_bind_point method

create_bind_point

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
objA3DObjectObject.
prop_namestrProperty name.

See Also