Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ResampledStreamvectors As Vector3(,) |
C# |
---|
public Vector3[,] ResampledStreamvectors { get; } |
C++ |
---|
public property Vector3[,] ResampledStreamvectors sealed { array<Vector3>^ get(); } |
J# |
---|
/** property */ public Vector3[,] get_ResampledStreamvectors(); |
JScript |
---|
public function get ResampledStreamvectors() : Vector3[,] |