CadParameterType Enumeration |
Type of parsing parameters
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadParameterType
Public Enumeration CadParameterType
public enum class CadParameterType
Members
| Member name | Value | Description |
---|
| MustHave | 0 |
The must have.
|
| Optional | 1 |
The optional.
|
See Also