AddAttributeMoveMode Method (View Object)

Scope: Schematic editor

Object: View Object

Prerequisites: None

Adds an attribute to the currently active view attached to the cursor.

Usage

View.AddAttributeMoveMode(ByVal AttributeString As String, ByVal Visibility As VdVisibilityFlag)

Arguments

AttributeString

Attribute string (NAME=VALUE) to be added.

Visibility

Represents the visibility of the attribute once it has been added. This is of the form VdVisibilityFlag Enum.

Description

The attribute is attached to the cursor for the user to place. The attribute will move with the cursor until the user places it with a left mouse click.