GetValue (Method)

Applies To:

ReferenceLine object

Description:

Returns the reference line value for the selected z layer.

Syntax:

Expression.GetValue[optional] Number z)

Example:

This example show to return the reference line value in the Console window:

Console.Write(ActiveDocument.Sections["Chart8"].ReferenceLines[1].GetValue())