CadShortParameter Class

The Cad short parameter.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadParametersCadParameter
    Aspose.CAD.FileFormats.Cad.CadParametersCadShortParameter

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

The CadShortParameter type exposes the following members.

Constructors
  NameDescription
Public methodCadShortParameter
Initializes a new instance of the CadShortParameter class.
Public methodCadShortParameter(CadEntityAttribute)
Initializes a new instance of the CadShortParameter class.
Public methodCadShortParameter(CadEntityAttribute, CadParameterType)
Initializes a new instance of the CadShortParameter class.
Public methodCadShortParameter(CadEntityAttribute, CadParameterType, Object)
Initializes a new instance of the CadShortParameter class.
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value.
(Inherited from CadParameter.)
Public propertyHasDefaultValue
Gets a value indicating whether this instance has a default value.
(Inherited from CadParameter.)
Public propertyIntegralParameterType
Gets or sets the type of the integral parameter.
(Inherited from CadParameter.)
Public propertyIsSet
Gets or sets a value indicating whether this instance is set.
(Inherited from CadParameter.)
Public propertyOptional
Gets or sets a value indicating whether this instance is optional.
(Inherited from CadParameter.)
Public propertyRequired
Gets a value indicating whether this instance is required.
(Inherited from CadParameter.)
Public propertySubClassName
Gets or sets the name of the sub class.
(Inherited from CadParameter.)
Public propertyType
Gets the type.
(Inherited from CadParameter.)
Public propertyValue
Gets or sets the value.
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.
(Overrides CadParameterInit(Object).)
Public methodInit(CadCodeValue)
Initialize the specified value.
(Overrides CadParameterInit(CadCodeValue).)
Public methodInit(CadEntityAttribute, CadCodeValue)
Initialize the specified type.
(Inherited from CadParameter.)
Public methodInit(CadEntityAttribute, Object)
Initialize the specified type.
(Inherited from CadParameter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
The prepare function.
(Inherited from CadParameter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also