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