create_id属性

create_id属性

获取并设置该形状的创建 ID。

定义:

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

也可以看看