GetScales method
Retrieves the x-axis and y-axis scale factors.
Syntax
HRESULT retVal = object.GetScales(Scales);
Parameters
- Scales [out]
-
Type: float
On return, this array is filled with the current x-axis and y-axis scale factors. The DXBNDID enumeration elements can be used to index the array.
Show: