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





Windows & Linux

Description

The constant coefficient D.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property D() As Double
[C#]
public double D {get; set;}
[Managed C++]
public: __property double get_D();
public: __property void set_D( double );
[Unmanaged C++]
public: HRESULT get_D(
    double * pRetVal
);
public: HRESULT put_D(
    double D
);
[Java]
public double getD();
public void setD(
    double
);
[Python - STK API ]
@property
def D(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.