SoDataRangeElementGet Method (SoState, ListSoDataRange) |
Note: This API is now obsolete.
Gets the current list of data ranges stored in the state.
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void Get(
SoState state,
List<SoDataRange> name_11962
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub Get (
state As SoState,
name_11962 As List(Of SoDataRange)
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void Get(
SoState^ state,
List<SoDataRange^>^ name_11962
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member Get :
state : SoState *
name_11962 : List<SoDataRange> -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_11962
- Type: System.Collections.GenericListSoDataRange
RemarksObsoletesince Open Inventor 9000
No longer used.
See Also