get_type_name method
get_type_name
Gets the name of the enum variable type.
Returns
string name of the enum variable type
def get_type_name(self, enum_object, front_additive):
    ...
| Parameter | Type | Description | 
|---|---|---|
| enum_object | any | Name of the enum object. | 
| front_additive | str | string added to the front. | 
See Also
- module aspose.cad.fileformats.cad.cadconsts
- class CadCommon