CadSymbolTableGroupCodes Class

Group codes that apply to all symbol tables.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadObjectsCadBase
    Aspose.CAD.FileFormats.Cad.CadObjectsCadBaseOwned
      Aspose.CAD.FileFormats.Cad.CadTablesCadSymbolTableGroupCodes

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

The CadSymbolTableGroupCodes type exposes the following members.

Constructors
  NameDescription
Public methodCadSymbolTableGroupCodes
Initializes a new instance of the CadSymbolTableGroupCodes class.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
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 propertyIsInit
Gets or sets a value indicating whether this instance is initialize.
Public propertyMaxTableEntriesCount
Gets or sets the maximum table entries count.
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 propertySubClassParameter
Gets or sets the sub class parameter.
Public propertySymbolTableParameters
Gets or sets the symbol table parameters.
Public propertyXdataContainer
Gets or sets the xdata container.
(Inherited from CadBase.)
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
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
Initializes this instance.
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