AGI STK Graphics 11 Send 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();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface