PoSFCartesianGrid2DValue 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 PbCartesianGrid2D Value { get; set; }
Public Overridable Property Value As PbCartesianGrid2D
Get
Set
public:
virtual property PbCartesianGrid2D^ Value {
PbCartesianGrid2D^ get ();
void set (PbCartesianGrid2D^ value);
}
abstract Value : PbCartesianGrid2D with get, set
override Value : PbCartesianGrid2D with get, set
Property Value
Type:
PbCartesianGrid2DImplements
ISoSFieldValueTypeValueRemarks See Also