Gets and sets the size scaling for each sampled point. When set to 1, each point is displayed in the optimal size calculated by TerraExplorer. Use values greater than 1 to make the points bigger.
JavaScript |
|
PointScalingFactor |
C# |
|
double PointScalingFactor { get; set; } |
C++ |
|
HRESULT PointScalingFactor([out, retval] double* pVal) HRESULT PointScalingFactor([in] double pVal) |