Click or drag to resize

VPort Class

Represents a document viewport.
Inheritance Hierarchy

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class VPort : TableObject

The VPort type exposes the following members.

Constructors
  NameDescription
Public methodVPort
Initializes a new instance of the VPort class.
Top
Properties
  NameDescription
Public propertyStatic memberActive
Gets the active viewport.
Public propertyBackClipPlane
Gets or sets the back clip plane Z value.
Public propertyCameraPlottable
1 if the camera is plottable
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyFrontClipPlane
Gets or sets the front clip plane Z value.
Public propertyGridSpacing
Gets or sets the grid spacing X and Y.
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyIsReserved
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.)
Public propertyLensLength
Gets or sets the perspective lens length.
Public propertyName
Gets the name of the table object.
(Inherited from TableObject.)
Public propertyOwner
Gets the owner of the actual dxf object.
Public propertyShowGrid
Gets or sets the grid on/off.
Public propertySnapAngle
Gets or sets the snap angle.
Public propertySnapBasePoint
Gets or sets the snap base point in DCS (Display Coordinate System)
Public propertySnapMode
Gets or sets the snap mode on/off.
Public propertySnapSpacing
Gets or sets the snap spacing X and Y.
Public propertyTwistAngle
Gets or sets the view twist angle.
Public propertyUCSassociated
1 if there is a UCS associated to this view; 0 otherwise
Public propertyViewAspectRatio
Gets or sets the view aspect ratio (view width/view height).
Public propertyViewCenter
Gets or sets the view center point in DCS (Display Coordinate System)
Public propertyViewDirection
Gets or sets the view direction from target point in WCS (World Coordinate System).
Public propertyViewHeight
Gets or sets the view height.
Public propertyViewmode
View mode
Public propertyViewTarget
Gets or sets the view target point in WCS (World Coordinate System).
Top
Methods
  NameDescription
Public methodClone
Creates a new VPort that is a copy of the current instance.
(Overrides TableObjectClone.)
Public methodClone(String)
Creates a new VPort that is a copy of the current instance.
(Overrides TableObjectClone(String).)
Public methodCompareTo(Object)
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.)
Public methodCompareTo(TableObject)
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.)
Public methodEquals(Object)
Check if two TableObject are equal.
(Inherited from TableObject.)
Public methodEquals(TableObject)
Check if two TableObject are equal.
(Inherited from TableObject.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from TableObject.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultName
Default VPort name.
Top
See Also