CadParameter Class

Parameter base class
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadParametersCadParameter
    More...

Namespace:  Aspose.CAD.FileFormats.Cad.CadParameters
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public abstract class CadParameter

The CadParameter type exposes the following members.

Constructors
  NameDescription
Public methodCadParameter
Initializes a new instance of the CadParameter class.
Public methodCadParameter(CadEntityAttribute)
Initializes a new instance of the CadParameter class.
Public methodCadParameter(CadEntityAttribute, CadParameterType)
Initializes a new instance of the CadParameter class.
Public methodCadParameter(CadEntityAttribute, Object)
Initializes a new instance of the CadParameter class.
Public methodCadParameter(CadEntityAttribute, CadParameterType, Object)
Initializes a new instance of the CadParameter class.
Public methodCadParameter(CadEntityAttribute, CadParameterType, Object, Object)
Initializes a new instance of the CadParameter class.
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value.
Public propertyHasDefaultValue
Gets a value indicating whether this instance has a default value.
Public propertyIntegralParameterType
Gets or sets the type of the integral parameter.
Public propertyIsSet
Gets or sets a value indicating whether this instance is set.
Public propertyOptional
Gets or sets a value indicating whether this instance is optional.
Public propertyRequired
Gets a value indicating whether this instance is required.
Public propertySubClassName
Gets or sets the name of the sub class.
Public propertyType
Gets the type.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInit(Object)
Initialize the specified value.
Public methodInit(CadCodeValue)
Initialize the specified value.
Public methodInit(CadEntityAttribute, CadCodeValue)
Initialize the specified type.
Public methodInit(CadEntityAttribute, Object)
Initialize the specified type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
The prepare function.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also
Inheritance Hierarchy