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





Windows & Linux

Description

Allows the user to create or initialize primitives, display conditions, tringulators and other types of objects.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.