STK Vector Geometry ToolSend comments on this topic.
NormalizeVectorA Property (IAgCrdnVectorScalarLinearCombination)
See Also
Windows





Windows & Linux

Description

Whether to normalize vector A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NormalizeVectorA() As Boolean
[C#]
public bool NormalizeVectorA {get; set;}
[Managed C++]
public: __property bool get_NormalizeVectorA();
public: __property void set_NormalizeVectorA( bool );
[Unmanaged C++]
public: HRESULT get_NormalizeVectorA(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_NormalizeVectorA(
    VARIANT_BOOL NormalizeVectorA
);
[Java]
public bool getNormalizeVectorA();
public void setNormalizeVectorA(
    bool
);
[Python - STK API ]
@property
def NormalizeVectorA(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.