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





Windows & Linux

Description

Initializes a default constant display condition. Display is set to false so when this display condition is assigned to an object, such as a primitive, the object is not rendered.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.