CopyPasteBuilder Class Reference
Last update: 16.07.2025Represents a Copy/Paste Builder. More...
Inheritance diagram for CopyPasteBuilder:

Static Public Attributes | |
| str | Feature = property(fget=__GetFeature) |
| Returns the copy of the feature. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Builder | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from Builder | |
| 'None' | Commit (self) |
| Commits any edits that have been applied to the builder. | |
Detailed Description
Represents a Copy/Paste Builder.
The Copy/Paste Builder creates a copy of the given feature for each commit.
To create a new instance of this class, use FeatureCollection::CreateCopyPasteBuilder.
Member Data Documentation
◆ Feature
|
static |
Returns the copy of the feature.
If the builder has not yet been commited, returns Null.
- Returns
- Returns the copy of the feature, or Null.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Properties inherited from