STK Vector Geometry ToolSend comments on this topic.
A Property (IAgCrdnCalcScalarFunction)
See Also
Windows





Windows & Linux

Description

The constant coefficient A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property A() As Double
[C#]
public double A {get; set;}
[Managed C++]
public: __property double get_A();
public: __property void set_A( double );
[Unmanaged C++]
public: HRESULT get_A(
    double * pRetVal
);
public: HRESULT put_A(
    double A
);
[Java]
public double getA();
public void setA(
    double
);
[Python - STK API ]
@property
def A(self) -> float:

@A.setter
def A(self, A:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.