CadStringParameter Constructor (CadEntityAttribute, CadParameterType, Object)

Initializes a new instance of the CadStringParameter class.

Namespace:  Aspose.CAD.FileFormats.Cad.CadParameters
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CadStringParameter(
	CadEntityAttribute type,
	CadParameterType optional,
	Object defaultValue
)

Parameters

type
Type: Aspose.CAD.FileFormats.CadCadEntityAttribute
The type of the parameter.
optional
Type: Aspose.CAD.FileFormats.Cad.CadConstsCadParameterType
The optional flag.
defaultValue
Type: SystemObject
The default value.
See Also