MapElement3D.Scale Property

Definition

The scale to apply to the 3D map element.

public:
 property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();

void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = mapElement3D.scale;
mapElement3D.scale = vector3;
Public Property Scale As Vector3

Property Value

Vector3 Vector3

float3

The scale to apply to the 3D map element. A value of Vector3 (1.0,1.0,1.0) is equivalent to 100%.

Applies to