RemoveProperty
RemoveProperty(Property)
Entfernt eine dynamische Eigenschaft.
public bool RemoveProperty(Property property)
Parameter | Typ | Beschreibung |
---|---|---|
property | Property | Welche Eigenschaft soll entfernt werden? |
Rückgabewert
true, wenn die Eigenschaft erfolgreich entfernt wurde
Siehe auch
- class Property
- class A3DObject
- namensraum Aspose.ThreeD
- Montage Aspose.3D
RemoveProperty(string)
Entfernt die angegebene Eigenschaft identifiziert durch name
public bool RemoveProperty(string property)
Parameter | Typ | Beschreibung |
---|---|---|
property | String |
Siehe auch
- class A3DObject
- namensraum Aspose.ThreeD
- Montage Aspose.3D