STK Vector Geometry ToolSend comments on this topic.
NormalizeVectorA Property (IAgCrdnVectorLinearCombination)
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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.