Gets the maximum resolution of the inlay in
meters per pixel.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property MaximumMetersPerPixel() As Double
|
| [C#] |
|---|
public double MaximumMetersPerPixel {get;}
|
| [Managed C++] |
|---|
public: __property double get_MaximumMetersPerPixel();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaximumMetersPerPixel(
|
| [Java] |
|---|
public double getMaximumMetersPerPixel();
|