STK Graphics PrimitivesSend comments on this topic.
Textures Property (IAgStkGraphicsSceneManager)
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();
[Python - STK API ]
@property
def Textures(self) -> "IAgStkGraphicsTexture2DFactory":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.