This field represents the texture id

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public int[] TextureId { get; }
Visual Basic (Declaration)
Public ReadOnly Property TextureId As Integer()
Visual C++
public:
property array<int>^ TextureId {
	array<int>^ get ();
}

See Also