CadParameterIntegralParameterType Property |
Gets or sets the type of the integral parameter.
Namespace:
Aspose.CAD.FileFormats.Cad.CadParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadIntegralParameterType IntegralParameterType { get; set; }Public Property IntegralParameterType As CadIntegralParameterType
Get
Set
public:
property CadIntegralParameterType IntegralParameterType {
CadIntegralParameterType get ();
void set (CadIntegralParameterType value);
}member IntegralParameterType : CadIntegralParameterType with get, set
Property Value
Type:
CadIntegralParameterType
The type of the integral parameter.
See Also