PoSFRegularCartesianGrid3DValue 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 PbRegularCartesianGrid3D Value { get; set; }
Public Property Value As PbRegularCartesianGrid3D
Get
Set
public:
property PbRegularCartesianGrid3D^ Value {
PbRegularCartesianGrid3D^ get ();
void set (PbRegularCartesianGrid3D^ value);
}
member Value : PbRegularCartesianGrid3D with get, set
Property Value
Type:
PbRegularCartesianGrid3D
Remarks
See Also