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





Windows & Linux

Description

The constant coefficient C.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C() As Double
[C#]
public double C {get; set;}
[Managed C++]
public: __property double get_C();
public: __property void set_C( double );
[Unmanaged C++]
public: HRESULT get_C(
    double * pRetVal
);
public: HRESULT put_C(
    double C
);
[Java]
public double getC();
public void setC(
    double
);
[Python - STK API ]
@property
def C(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.