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