Share

DSValue.Graph Property

Parent Object: DSValue

Description

Gets the graph that controls this value. You can access and edit the graph using the properties on the returned DSValueGraph object. This property returns Nothing in the case where the value is defined by a constant value . You can determine this using the IsConstantValue property.

Syntax

DSValue.Graph() As DSValueGraph

Property Value

This is a read only property whose value is a DSValueGraph.

Version

Introduced in version 2013

Was this information helpful?