STK Vector Geometry ToolSend comments on this topic.
UseScale Property (IAgCrdnPointModelAttach)
See Also
Windows





Windows & Linux

Description

Specify whether to use the model scale.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseScale() As Boolean
[C#]
public bool UseScale {get; set;}
[Managed C++]
public: __property bool get_UseScale();
public: __property void set_UseScale( bool );
[Unmanaged C++]
public: HRESULT get_UseScale(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseScale(
    VARIANT_BOOL UseScale
);
[Java]
public bool getUseScale();
public void setUseScale(
    bool
);
[Python - STK API ]
@property
def UseScale(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.