PoSFRegularCartesianGrid2DValue Property |
Returns this field's value.
Namespace: OIV.MeshViz.FieldsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual PbRegularCartesianGrid2D Value { get; set; }
Public Overridable Property Value As PbRegularCartesianGrid2D
Get
Set
public:
virtual property PbRegularCartesianGrid2D^ Value {
PbRegularCartesianGrid2D^ get ();
void set (PbRegularCartesianGrid2D^ value);
}
abstract Value : PbRegularCartesianGrid2D with get, set
override Value : PbRegularCartesianGrid2D with get, set
Property Value
Type:
PbRegularCartesianGrid2DImplements
ISoSFieldValueTypeValueRemarks See Also