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