Description
Applies to the Specified Value scaling method. Dimension depends on context.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ScalingValue() As System.Object
|
[C#] |
---|
public System.Object ScalingValue {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_ScalingValue(); public: __property void set_ScalingValue(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ScalingValue(
VARIANT * pVal
);
public: HRESULT put_ScalingValue(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getScalingValue();
public void setScalingValue(
AgVariant
);
|
[Python - STK API] |
---|
@property
def ScalingValue(self) -> typing.Any:
@ScalingValue.setter
def ScalingValue(self, newVal:typing.Any) -> None:
|
See Also