STK Vector Geometry ToolSend comments on this topic.
Normalize Property (IAgCrdnVectorScalarScaled)
See Also
Windows





Windows & Linux

Description

Whether to normalize the input vector before applying constant and variable scales.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Normalize() As Boolean
[C#]
public bool Normalize {get; set;}
[Managed C++]
public: __property bool get_Normalize();
public: __property void set_Normalize( bool );
[Unmanaged C++]
public: HRESULT get_Normalize(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_Normalize(
    VARIANT_BOOL Normalize
);
[Java]
public bool getNormalize();
public void setNormalize(
    bool
);
[Python - STK API ]
@property
def Normalize(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.