A3DObject.RemoveProperty

RemoveProperty(Property)

移除动态属性。

public bool RemoveProperty(Property property)
参数类型描述
属性属性要移除哪个属性

返回值

如果属性成功移除则为 true

另请参见


RemoveProperty(string)

移除通过名称识别的指定属性

public bool RemoveProperty(string property)
参数类型描述
属性字符串要移除哪个属性

返回值

如果属性成功移除则为 true

另请参见