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