STK Graphics PrimitivesSend comments on this topic.
Primitives Property (IAgStkGraphicsSceneManager)
See Also
Windows





Windows & Linux

Description

Gets the PrimitiveManager, which is used to add Primitives to your Scenes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Primitives() As IAgStkGraphicsPrimitiveManager
[C#]
public IAgStkGraphicsPrimitiveManager Primitives {get;}
[Managed C++]
public: __property IAgStkGraphicsPrimitiveManager ^ get_Primitives();
[Unmanaged C++]
public: HRESULT get_Primitives(
    IAgStkGraphicsPrimitiveManager ** ppRetVal
);
[Java]
public IAgStkGraphicsPrimitiveManager getPrimitives();
[Python - STK API ]
@property
def Primitives(self) -> "IAgStkGraphicsPrimitiveManager":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.