Click or drag to resize

View Properties

The View type exposes the following members.

Properties
  NameDescription
Public propertyBackClippingPlane
Back clipping plane (offset from target point)
Public propertyCameraPlottable
1 if the camera is plottable
Public propertyCenter
View center point
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyDirection
View direction from target
Public propertyFlags
Standard flag values (bit-coded values): 1 = If set, this is a paper space view 16 = If set, table entry is externally dependent on an xref 32 = If both this bit and bit 16 are set, the externally dependent xref has been successfully resolved 64 = If set, the table entry was referenced by at least one entity in the drawing the last time the drawing was edited. (This flag is for the benefit of AutoCAD commands.It can be ignored by most programs that read DXF files and does not need to be set by programs that write DXF files)
Public propertyFrontClippingPlane
Front clipping plane (offset from target point)
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyHardPointerID
Hard-pointer ID/handle to visual style object (optional)
Public propertyHeight
View height
Public propertyIsReserved
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.)
Public propertyLensLength
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 propertyRenderMode
Render mode: 0 = 2D Optimized(classic 2D) 1 = Wireframe 2 = Hidden line 3 = Flat shaded 4 = Gouraud shaded 5 = Flat shaded with wireframe 6 = Gouraud shaded with wireframe
Public propertyTarget
Target point
Public propertyTwistAngle
Twist angle
Public propertyUCSassociated
1 if there is a UCS associated to this view; 0 otherwise
Public propertyViewmode
View mode
Public propertyWidth
View width
Top
See Also