STK ObjectsSend comments on this topic.
L Property (IAgDelaunayL)
See Also
Windows





Windows & Linux

Description

Value of Delaunay L. Dimensionless

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property L() As Double
[C#]
public double L {get; set;}
[Managed C++]
public: __property double get_L();
public: __property void set_L( double );
[Unmanaged C++]
public: HRESULT get_L(
    double * pVal
);
public: HRESULT put_L(
    double vL
);
[Java]
public double getL();
public void setL(
    double
);
[Python - STK API ]
@property
def L(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.