STK ObjectsSend comments on this topic.
EntrancePDia Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Diameter of the single lens equivalent optical prescription.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EntrancePDia() As Double
[C#]
public double EntrancePDia {get; set;}
[Managed C++]
public: __property double get_EntrancePDia();
public: __property void set_EntrancePDia( double );
[Unmanaged C++]
public: HRESULT get_EntrancePDia(
    double * pVal
);
public: HRESULT put_EntrancePDia(
    double newVal
);
[Java]
public double getEntrancePDia();
public void setEntrancePDia(
    double
);
[Python - STK API ]
@property
def EntrancePDia(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.