Description
Gets or sets the maximum pixel size of the inclusive distance interval. Use Int32.MaxValue to ignore checking the maximum distance.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaximumPixelSize() As Integer
|
| [C#] |
|---|
public int MaximumPixelSize {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_MaximumPixelSize(); public: __property void set_MaximumPixelSize( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaximumPixelSize( int * pRetVal ); public: HRESULT put_MaximumPixelSize( int NewMaximumPixelSize );
|
| [Java] |
|---|
public ppInteger getMaximumPixelSize(); public void setMaximumPixelSize( ppInteger );
|
See Also