com.aspose.cad.fileformats.cad.cadparameters

com.aspose.cad.fileformats.cad.cadparameters package

The com.aspose.cad.fileformats.cad.cadparameters namespace defines a hierarchy of parameter types such as CadBoolParameter, CadIntParameter, and CadParameterT, enabling precise manipulation of CAD entity attributes during import, export, and conversion operations. These classes encapsulate the underlying data formats and provide convenient getters and setters for seamless integration with the CAD object model.

Classes

NameDescription
CadBinaryParameterThe Cad binary parameter.
CadBoolParameterThe Cad boolean parameter.
CadDoubleParameterClass for Double values
CadIntParameterThe Cad integer parameter.
CadLongParameterThe Cad long parameter.
CadParameterParameter base class
CadParameterTParameter generic base class
CadShortParameterThe Cad short parameter.
CadStringParameterThe Cad string parameter.