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






