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
);
|
See Also