AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.