JoinOptions Class
Contents
[
Hide
]Summary: Options for layers joining.
Module: aspose.gis.relationship.joins
Full Name: aspose.gis.relationship.joins.JoinOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| JoinOptions() | Create a new instance. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| join_attribute_name | string | r/w | Specifies an attribute name of the joined layer which value will be used into None. |
| join_attribute_names | list[str] | r/w | Specifies a list of attribute names to be joined. If it is |
| joined_attributes_prefix | string | r/w | Specifies a prefix string for the joined attribute’s names. Default is “joined_”. |
| target_attribute_name | string | r/w | Specifies an attribute name of the main layer which value will be used into None. |
Constructor: JoinOptions()
JoinOptions()
Create a new instance.