AGI STK Graphics 11 Send comments on this topic.
Textures Property (IAgStkGraphicsSceneManagerInitializer)
See Also 
Windows






Windows & Linux

Description

Gets the Texture2DFactory, which can be used to create Texture 2D from various sources.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Textures() As IAgStkGraphicsTexture2DFactory

[C#]
public IAgStkGraphicsTexture2DFactory Textures {get;}

[Managed C++]
public: __property IAgStkGraphicsTexture2DFactory^ get_Textures();

[Unmanaged C++]
public: HRESULT get_Textures(
IAgStkGraphicsTexture2DFactory ** ppRetVal
);

[Java]
public IAgStkGraphicsTexture2DFactory getTextures();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface