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





Description

Gets or sets the minimum pixel size of the inclusive distance interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinimumPixelSize() As Integer

[C#]
public int MinimumPixelSize {get; set;}

[Managed C++]
public: __property int get_MinimumPixelSize();
public: __property void set_MinimumPixelSize(
int
);

[Unmanaged C++]
public: HRESULT get_MinimumPixelSize(
int * pRetVal
);
public: HRESULT put_MinimumPixelSize(
int NewMinimumPixelSize
);

[Java]
public ppInteger getMinimumPixelSize();public void setMinimumPixelSize(
ppInteger
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1