Gets the Texture2DFactory, which can be used to create Texture 2D from various sources.
Read-only property
| [Visual Basic .NET] | 
|---|
Public Property Textures() As IAgStkGraphicsTexture2DFactory  | 
| [C#] | 
|---|
public IAgStkGraphicsTexture2DFactory Textures {get;}  | 
| [Managed C++] | 
|---|
public: __property IAgStkGraphicsTexture2DFactory ^ get_Textures();  | 
| [Unmanaged C++] | 
|---|
 | 
| [Java] | 
|---|
public IAgStkGraphicsTexture2DFactory getTextures();  | 
[Python - STK API  ] | 
|---|
@property def Textures(self) -> "IAgStkGraphicsTexture2DFactory":  | 






