PoSFRegularCartesianGrid2DValue Property |
Returns this field's value.
Namespace: OIV.MeshViz.FieldsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic PbRegularCartesianGrid2D Value { get; set; }
Public Property Value As PbRegularCartesianGrid2D
Get
Set
public:
property PbRegularCartesianGrid2D^ Value {
PbRegularCartesianGrid2D^ get ();
void set (PbRegularCartesianGrid2D^ value);
}
member Value : PbRegularCartesianGrid2D with get, set
Property Value
Type:
PbRegularCartesianGrid2D
Remarks
See Also