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





Windows & Linux

Description

The constant coefficient B.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property B() As Double
[C#]
public double B {get; set;}
[Managed C++]
public: __property double get_B();
public: __property void set_B( double );
[Unmanaged C++]
public: HRESULT get_B(
    double * pRetVal
);
public: HRESULT put_B(
    double B
);
[Java]
public double getB();
public void setB(
    double
);
[Python - STK API ]
@property
def B(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.