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






Windows & Linux

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 MinimumPixelSize
);
[Java]
public Integer getMinimumPixelSize();
public void setMinimumPixelSize(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.