AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_EntrancePDia(
   double NewEntrancePDia
);
[Java]
public double getEntrancePDia();public void setEntrancePDia(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.