PoSFRegularCartesianGrid3DGetValue Method |
Note: This API is now obsolete.
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 [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")]
public PbRegularCartesianGrid3D GetValue()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>
Public Function GetValue As PbRegularCartesianGrid3D
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9000. Use Value property instead.")]
PbRegularCartesianGrid3D^ GetValue()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>]
member GetValue : unit -> PbRegularCartesianGrid3D
Return Value
Type:
PbRegularCartesianGrid3DRemarks See Also