ZAxis
GraphLayer
public
Axis ZAxis
EX1
//Get Z axis in the active graph layer. void GraphLayer_ZAxis_ex1() { GraphLayer gl = Project.ActiveLayer(); if(gl) { Axis z = gl.ZAxis; } }
origin.h