STK Graphics PrimitivesSend 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 MaximumPixelSize
);
[Java]
public Integer getMaximumPixelSize();
public void setMaximumPixelSize(
    Integer
);
[Python - STK API ]
@property
def MaximumPixelSize(self) -> int:

@MaximumPixelSize.setter
def MaximumPixelSize(self, MaximumPixelSize:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.