CadCodeValue class

CadCodeValue class

Code Value class

The CadCodeValue type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the CadCodeValue class.

Properties

PropertyDescription
attributeGets the attribute.
codeGets or sets the code.
valueGets or sets the value.

Methods

MethodDescription
get_string_valueGets the string value.
get_binary_dataGets the binary data.
get_bool_valueGets the boolean value.
get_short_valueThe get short value.
get_int_valueThe get integer value.
get_long_valueThe get long value.
get_double_valueThe get double value.
equalsDetermines whether the specified CadCodeValue, is equal to this instance.

See Also