reflection_map_file_name property

reflection_map_file_name property

Gets or sets the name of the reflection map file.

Definition:

@property
def reflection_map_file_name(self):
    ...
@reflection_map_file_name.setter
def reflection_map_file_name(self, value):
    ...

See Also