AGI STK Graphics 11 Send comments on this topic.
MaximumPixelSize Property (IAgStkGraphicsPixelSizeDisplayCondition)
See Also 
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface