Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Property DataTexture16 As Texture |
C# |
---|
public Texture DataTexture16 { get; set; } |
C++ |
---|
public property Texture DataTexture16 sealed { Texture get(); void set(Texture value); } |
J# |
---|
/** property */ public Texture get_DataTexture16(); /** property */ public void set_DataTexture16(Texture value); |
JScript |
---|
public function get DataTexture16() : Texture public function set DataTexture16(value : Texture); |