interface DwgVPortTableEntry {
    ambientColor?: number;
    backClippingPlane: number;
    backgroundObjectId?: string;
    brightness: number;
    center: DwgPoint2D;
    circleSides: number;
    contrast: number;
    defaultLightingType: number;
    elevation: number;
    frontClippingPlane: number;
    frozenLayers: string[];
    gridSpacing: DwgPoint2D;
    handle: number;
    isDefaultLightingOn: boolean;
    lensLength: number;
    lowerLeftCorner: DwgPoint2D;
    majorGridLines: number;
    name: string;
    orthographicType: number;
    ownerHandle: number;
    renderMode: number;
    shadePlotObjectId?: string;
    shadePlotSetting: number;
    snapBasePoint: DwgPoint2D;
    snapRotationAngle: number;
    snapSpacing: DwgPoint2D;
    standardFlag: number;
    styleSheet: string;
    ucsIconSetting: number;
    ucsOrigin: DwgPoint3D;
    ucsXAxis: DwgPoint3D;
    ucsYAxis: DwgPoint3D;
    upperRightCorner: DwgPoint2D;
    viewDirectionFromTarget: DwgPoint3D;
    viewHeight: number;
    viewMode: number;
    viewTarget: DwgPoint3D;
    viewTwistAngle: number;
    visualStyleObjectId?: string;
}

Hierarchy (View Summary)

Properties

ambientColor?: number
backClippingPlane: number
backgroundObjectId?: string
brightness: number
center: DwgPoint2D
circleSides: number
contrast: number
defaultLightingType: number
elevation: number
frontClippingPlane: number
frozenLayers: string[]
gridSpacing: DwgPoint2D
handle: number
isDefaultLightingOn: boolean
lensLength: number
lowerLeftCorner: DwgPoint2D
majorGridLines: number
name: string
orthographicType: number
ownerHandle: number
renderMode: number
shadePlotObjectId?: string
shadePlotSetting: number
snapBasePoint: DwgPoint2D
snapRotationAngle: number
snapSpacing: DwgPoint2D
standardFlag: number
styleSheet: string
ucsIconSetting: number
ucsOrigin: DwgPoint3D
ucsXAxis: DwgPoint3D
ucsYAxis: DwgPoint3D
upperRightCorner: DwgPoint2D
viewDirectionFromTarget: DwgPoint3D
viewHeight: number
viewMode: number
viewTarget: DwgPoint3D
viewTwistAngle: number
visualStyleObjectId?: string