【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.17.45 GraphLayer::ZAxis
Contents
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