Get the scale elements related attributes of the layer
BOOL GetScaleElements( int & nScaleMode, double & dFixedFactor )
Return TRUE if success, or FALSE if fail.
EX1
int GetScaleElements_ex1() { GraphLayer gl = Project.ActiveLayer(); if(gl) { int nScaleMode; double dFixedFactor; BOOL bRet = gl.GetScaleElements(nScaleMode, dFixedFactor); ASSERT(bRet); } return 0; }
GraphLayer::SetScaleElements
origin.h