coordinate_system property

coordinate_system property

Gets or sets the coordinate system used in this asset.

Definition:

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

See Also