CadAppIdTableObject Class

The Cad app id table.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadObjectsCadBase
    Aspose.CAD.FileFormats.Cad.CadObjectsCadBaseOwned
      Aspose.CAD.FileFormats.Cad.CadTablesCadAppIdTableObject

Namespace:  Aspose.CAD.FileFormats.Cad.CadTables
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadAppIdTableObject : CadBaseOwned

The CadAppIdTableObject type exposes the following members.

Constructors
  NameDescription
Public methodCadAppIdTableObject
Initializes a new instance of the CadAppIdTableObject class.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
Public propertyApplicationFlag
Gets or sets the application flag.
Public propertyAppName
Gets or sets the app name.
Public propertyAppNameIsSet
Gets a value indicating whether app name is set.
Public propertyAttribute102Values
Gets or sets the attribute102 values.
(Inherited from CadBase.)
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
Public propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyRoundTripTableStyle
Gets or sets the round trip table style.
(Inherited from CadBase.)
Public propertySoftOwner
Gets or sets the soft owner.
(Inherited from CadBaseOwned.)
Public propertyXdataContainer
Gets or sets the xdata container.
(Inherited from CadBase.)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also