SymbologyEncodeType

SymbologyEncodeType class

Symbology encode type. See EncodeTypes to get instance.

The SymbologyEncodeType type exposes the following members:

Properties

NameDescription
type_indexGets an index of encode type
type_nameGets a name of encode type
classificationGets a classification of this symbology.

Methods

NameDescription
try_parse(parsing_type, result)
try_parse(parsing_type, result)
parse(string_encode_type)Converts the string representation of the name of a BaseEncodeType to its instance.
equals(other)Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.

See Also