STK Graphics PrimitivesSend comments on this topic.
TrueScale Property (IAgStkGraphicsVectorPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether vector's 'true scale' length (based on how the primitive was created) should be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrueScale() As Boolean
[C#]
public bool TrueScale {get; set;}
[Managed C++]
public: __property bool get_TrueScale();
public: __property void set_TrueScale( bool );
[Unmanaged C++]
public: HRESULT get_TrueScale(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_TrueScale(
    VARIANT_BOOL TrueScale
);
[Java]
public bool getTrueScale();
public void setTrueScale(
    bool
);
[Python - STK API ]
@property
def TrueScale(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.