CadStringParameter Constructor (CadEntityAttribute, CadParameterType, Object) |
Namespace:
Aspose.CAD.FileFormats.Cad.CadParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadStringParameter(
CadEntityAttribute type,
CadParameterType optional,
Object defaultValue
)
Public Sub New (
type As CadEntityAttribute,
optional As CadParameterType,
defaultValue As Object
)
public:
CadStringParameter(
CadEntityAttribute type,
CadParameterType optional,
Object^ defaultValue
)
new :
type : CadEntityAttribute *
optional : CadParameterType *
defaultValue : Object -> CadStringParameterParameters
- 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