2.2.4.17.45 GraphLayer::ZAxis

ClassName

GraphLayer

AccessType

public

Name

ZAxis

Declaration

Axis ZAxis

Remark

Examples

EX1

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

Description

Header to Include

origin.h

See Also

Reference