STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsPixelSizeDisplayConditionFactory)
See Also
Windows





Windows & Linux

Description

Initializes a default pixel size display condition. Minimum Pixel Size is set to 0 and Maximum Pixel Size is set to Int32.MaxValue. With this interval, an object is always rendered regardless of how many pixels its bounding sphere or rectangle covers.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsPixelSizeDisplayCondition
[Managed C++]
public: IAgStkGraphicsPixelSizeDisplayCondition ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsPixelSizeDisplayCondition ** ppRetVal
);
[Java]
public IAgStkGraphicsPixelSizeDisplayCondition initialize();
[Python - STK API ]
def Initialize(self) -> "IAgStkGraphicsPixelSizeDisplayCondition":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.