STK Graphics PrimitivesSend comments on this topic.
Add Method (IAgStkGraphicsCompositeDisplayCondition)
See Also
DisplayCondition
The display condition to add to the composite.
Windows





Windows & Linux

Description

Adds a display condition to the end of the composite.

Syntax

[Visual Basic .NET]
Public Sub Add( _
    ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _
)
[Managed C++]
public: void Add(
    IAgStkGraphicsDisplayCondition ^ DisplayCondition
);
[Unmanaged C++]
public: HRESULT Add(
    IAgStkGraphicsDisplayCondition * DisplayCondition
);
[Python - STK API ]
def Add(self, DisplayCondition:"IAgStkGraphicsDisplayCondition") -> None:

Parameters

DisplayCondition
The display condition to add to the composite.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.