CadViewTableObject Class

viewPorts table class
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadObjectsCadBase
    Aspose.CAD.FileFormats.Cad.CadObjectsCadBaseOwned
      Aspose.CAD.FileFormats.Cad.CadTablesCadViewTableObject

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

The CadViewTableObject type exposes the following members.

Constructors
  NameDescription
Public methodCadViewTableObject
Initializes a new instance of the CadViewTableObject class.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
Public propertyAssociatedUcs
Gets or sets the associated ucs.
Public propertyAttribute102Values
Gets or sets the attribute102 values.
(Inherited from CadBase.)
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyBackClipping
Gets or sets the back clipping.
Public propertyBackgroundHandle
Gets or sets the background handle.
Public propertyCameraPlottable
Gets or sets the camera plottable.
Public propertyCenterPoint
Gets or sets the center point.
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyElevation
Gets or sets the elevation.
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyFlag
Gets or sets the flag.
Public propertyFrontClipping
Gets or sets the front clipping.
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
Public propertyLensLength
Gets or sets the length of the lens.
Public propertyLiveSectionHandle
Gets or sets the live section handle.
Public propertyName
Gets or sets the name.
Public propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyRenderMode
Gets or sets the render mode.
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 propertySunHardOwnership
Gets or sets the sun hard ownership.
Public propertyTargetPoint
Gets or sets the target point.
Public propertyTwistAngle
Gets or sets the twist angle.
Public propertyUcsBaseHandle
Gets or sets the ucs base handle.
Public propertyUcsHandle
Gets or sets the ucs handle.
Public propertyUcsOrigin
Gets or sets the ucs origin.
Public propertyUcsType
Gets or sets the type of the ucs.
Public propertyUcsXaxis
Gets or sets the ucs xaxis.
Public propertyUcsYaxis
Gets or sets the ucs yaxis.
Public propertyViewDirection
Gets or sets the view direction.
Public propertyViewHeight
Gets or sets the height of the view.
Public propertyViewMode
Gets or sets the view mode.
Public propertyViewWidth
Gets or sets the width of the view.
Public propertyVisualStyleHandle
Gets or sets the visual style handle.
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