STK Vector Geometry ToolSend comments on this topic.
Scale Property (IAgCrdnVectorScaled)
See Also
Windows





Windows & Linux

Description

A scaling multiple.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Scale() As Double
[C#]
public double Scale {get; set;}
[Managed C++]
public: __property double get_Scale();
public: __property void set_Scale( double );
[Unmanaged C++]
public: HRESULT get_Scale(
    double * pRetVal
);
public: HRESULT put_Scale(
    double Scale
);
[Java]
public double getScale();
public void setScale(
    double
);
[Python - STK API ]
@property
def Scale(self) -> float:

@Scale.setter
def Scale(self, Scale:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.