PoSFCartesianGrid2DGetValue 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 [ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public PbCartesianGrid2D GetValue()
<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetValue As PbCartesianGrid2D
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9000. Use Value property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
PbCartesianGrid2D^ GetValue()
[<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetValue : unit -> PbCartesianGrid2D
Return Value
Type:
PbCartesianGrid2DRemarks See Also