AGI STK VGT 11 Send comments on this topic.
UseScale Property (IAgCrdnPointModelAttach)
See Also 





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 NewUseScale
);

[Java]
public bool getUseScale();public void setUseScale(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1