CadCommon.GetTypeName

CadCommon.GetTypeName method

Gets the name of the enum variable type.

public static string GetTypeName(object enumObject, string frontAdditive)
ParameterTypeDescription
enumObjectObjectName of the enum object.
frontAdditiveStringstring added to the front.

Return Value

string name of the enum variable type

See Also