Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

clone_geometry

Clone a geometry feature through the same create command used by the UI.

Reference

FieldValueDescription
symboltelion_api.Model.clone_geometry
signature(source: 'str | Feature', label: 'str | None' = None, **fields: 'Any') -> 'Feature'
returnFeature

Clone a geometry feature through the same create command used by the UI.

Contract

PropertyValue
symboltelion_api.Model.clone_geometry
signature(source: 'str | Feature', label: 'str | None' = None, **fields: 'Any') -> 'Feature'
returnFeature

Signature

telion_api.Model.clone_geometry(source: 'str | Feature', label: 'str | None' = None, **fields: 'Any') -> 'Feature'