Part: Geometry - methods to remove extensions by name and type

This commit is contained in:
Abdullah Tahiri
2019-02-11 16:00:26 +01:00
committed by wmayer
parent 1700760e0b
commit 4d9d3b0c83
4 changed files with 82 additions and 0 deletions

View File

@@ -63,6 +63,16 @@ It describes the common behavior of these objects when:
<UserDocu>Sets a geometry extension of the indicated type.</UserDocu>
</Documentation>
</Methode>
<Methode Name="deleteExtensionType" Const="false">
<Documentation>
<UserDocu>Deletes all extensions of the indicated type.</UserDocu>
</Documentation>
</Methode>
<Methode Name="deleteExtensionName" Const="false">
<Documentation>
<UserDocu>Deletes all extensions of the indicated name.</UserDocu>
</Documentation>
</Methode>
<Methode Name="showExtensions" Const="true">
<Documentation>
<UserDocu>Returns a list with information about the geometry extensions.</UserDocu>