| PoSFParalCartesianGrid2DValue Property  | 
Returns this field's value. 
 
Namespace: OIV.MeshViz.FieldsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic virtual PbParalCartesianGrid2D Value { get; set; }Public Overridable Property Value As PbParalCartesianGrid2D
	Get
	Set
public:
virtual property PbParalCartesianGrid2D^ Value {
	PbParalCartesianGrid2D^ get ();
	void set (PbParalCartesianGrid2D^ value);
}abstract Value : PbParalCartesianGrid2D with get, set
override Value : PbParalCartesianGrid2D with get, set
Property Value
Type: 
PbParalCartesianGrid2DImplements
ISoSFieldValueTypeValue
Remarks
See Also