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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1