AGI STK VGT 11Send 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 NewUseScale
);
[Java]
public bool getUseScale();public void setUseScale(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.