Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property StreamvectorTexture As Texture
C#
public Texture StreamvectorTexture { get; }
C++
public property Texture StreamvectorTexture sealed  {
    Texture get();
}
J#
/** property */
public Texture get_StreamvectorTexture();
JScript
public function get StreamvectorTexture() : Texture

See Also