0% found this document useful (0 votes)
91 views1 page

VisAutomation Model PDF

This document describes a VisDisp2DView class which represents a 2D view in a document. The VisDisp2DView has properties like the view handle, associated document, number of markup layers, active layer index, layer visibility, and background color. It can also get and set layer names and indexes.

Uploaded by

Sanket Swarup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views1 page

VisAutomation Model PDF

This document describes a VisDisp2DView class which represents a 2D view in a document. The VisDisp2DView has properties like the view handle, associated document, number of markup layers, active layer index, layer visibility, and background color. It can also get and set layer names and indexes.

Uploaded by

Sanket Swarup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

VisDisp2DView

Description: Represents a 2D view.

Properties
Long ViewHandle

Returns the view handle for this


view.

VisDispDoc * Document

Return a VisDispDoc object that


represents the document for this
view.

Long NumLayers

Returns the number of markup


layers on this view.

Boolean LayerVisibility (get/set)

The visibility state of the active


layer.

Long LayerIndex (String strLayerName)

Gets the current index of the


specified layer.

String LayerName (Long LayerIndex) (get)

Gets the name of the layer


specified by index.

LayerName (Long LayerIndex, String


strLayerName) (set)

Sets the name of the layer


specified by index.

Long ActiveLayer (get/set)

The index of the active layer.

VisDispColor BackGroundColor (get/set)

A VisDispColor object that


represents the background color
for this view.

You might also like