DK11 for Python | tatukgis.pdk.TGIS_ParamsAbstract.UserObject | Constructors | Methods | Properties
UserObject can be used to associate with Params a user-defined object. Such object will be destroyed automatically upon layer destroy. Attaching a new object to this property will destroy existing one.
# Python @property def UserObject( self ) -> TGIS_ParamsUserObject: @UserObject.setter def UserObject( self, _value: TGIS_ParamsUserObject ) -> None: