Share

DSValueGraph Object


Description

The DSValueGraph object represents the graph that defines a value at various time steps.

Methods

Name Description
GetSegmentInterpolationType Method that returns the interpolation method used for the specified curve segment. A curve segment is defined as the curve between two of the value points. There are PointCount-1 segments.
GetValueArray Gets the values in the graph. The array consists of time-value pairs. The unit type of the value will vary depending on the type of value this result represents.
SetSegmentInterpolationType Sets the interpolation method used for the specified curve segment. A curve segment is defined as the curve between two of the value points. There are PointCount-1 segments.
SetValueUsingArray Sets the values in the graph. The array consists of time-value pairs. The unit type of the value will vary depending on the type of value this result represents.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
PointCount Gets the number of points in the graph.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DSValue.Graph

Version

Introduced in version 2013

Was this information helpful?