STK ObjectsSend comments on this topic.
ScaleRelativeToModel Property (IAgVOVector)
See Also
Windows





Windows & Linux

Description

Controls whether to scale the geometric elements relative to an object scale with the object's model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScaleRelativeToModel() As Boolean
[C#]
public bool ScaleRelativeToModel {get; set;}
[Managed C++]
public: __property bool get_ScaleRelativeToModel();
public: __property void set_ScaleRelativeToModel( bool );
[Unmanaged C++]
public: HRESULT get_ScaleRelativeToModel(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ScaleRelativeToModel(
    VARIANT_BOOL pVal
);
[Java]
public bool getScaleRelativeToModel();
public void setScaleRelativeToModel(
    bool
);
[Python - STK API ]
@property
def ScaleRelativeToModel(self) -> bool:

@ScaleRelativeToModel.setter
def ScaleRelativeToModel(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.