JoinOptions Class

Summary: Options for layers joining.

Module: aspose.gis.relationship.joins

Full Name: aspose.gis.relationship.joins.JoinOptions

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
JoinOptions()Create a new instance.

Properties

NameTypeAccessDescription
join_attribute_namestringr/wSpecifies an attribute name of the joined layer which value will be used into None.
join_attribute_nameslist[str]r/wSpecifies a list of attribute names to be joined.
If it is or empty, all attributes of the joined layer will be joined.
joined_attributes_prefixstringr/wSpecifies a prefix string for the joined attribute’s names. Default is “joined_”.
target_attribute_namestringr/wSpecifies an attribute name of the main layer which value will be used into None.

Constructor: JoinOptions()

 JoinOptions() 

Create a new instance.