AGI STK Graphics 11 Send comments on this topic.
Initialize Method (IAgStkGraphicsPixelSizeDisplayConditionFactory)
See Also 





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

[C#]
public IAgStkGraphicsPixelSizeDisplayCondition Initialize();

[Managed C++]
public: IAgStkGraphicsPixelSizeDisplayCondition^ Initialize();

[Java]
public IAgStkGraphicsPixelSizeDisplayCondition initialize();

[Unmanaged C++]
public: HRESULT Initialize(
IAgStkGraphicsPixelSizeDisplayCondition ** ReturnValue
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1