A3DObject.RemoveProperty
RemoveProperty(Property)
移除动态属性。
public bool RemoveProperty(Property property)
| 参数 | 类型 | 描述 |
|---|---|---|
| 属性 | 属性 | 要移除哪个属性 |
返回值
如果属性成功移除则为 true
另请参见
- class Property
- class A3DObject
- namespace Aspose.ThreeD
- assembly Aspose.3D
RemoveProperty(string)
移除通过名称识别的指定属性
public bool RemoveProperty(string property)
| 参数 | 类型 | 描述 |
|---|---|---|
| 属性 | 字符串 | 要移除哪个属性 |
返回值
如果属性成功移除则为 true
另请参见
- class A3DObject
- namespace Aspose.ThreeD
- assembly Aspose.3D