Read-only
About Path Configurator

Values Property


Description

Returns an array of valid settings that can be used with the element object.

See a list of configurable elements and settings for various PNA models.

 VB Syntax

values = pathElement.Values

Variable

(Type) - Description

values

(Variant array) Variable to store the array of valid settings for the element.

pathElement

A PathElement (object)

Return Type

Variant array

Default

Not Applicable

Examples

settings=pathElement.Values

C++ Syntax

HRESULT Values( VARIANT* pValues );

Interface

IPathElement