SoLDMDataAccessGetData Method (Int32, SbBox3i32, SbLine, SbNativeArrayByte) |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoLDMDataAccessDataInfoLine GetData(
int resolution,
SbBox3i32 subVolume,
SbLine line,
SbNativeArray<byte> buffer
)
<ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetData (
resolution As Integer,
subVolume As SbBox3i32,
line As SbLine,
buffer As SbNativeArray(Of Byte)
) As SoLDMDataAccessDataInfoLine
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoLDMDataAccessDataInfoLine GetData(
int resolution,
SbBox3i32 subVolume,
SbLine line,
SbNativeArray<unsigned char>^ buffer
)
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetData :
resolution : int *
subVolume : SbBox3i32 *
line : SbLine *
buffer : SbNativeArray<byte> -> SoLDMDataAccessDataInfoLine
Parameters
- resolution
- Type: SystemInt32
- subVolume
- Type: OIV.InventorSbBox3i32
- line
- Type: OIV.InventorSbLine
- buffer
- Type: OIV.Inventor.GenericSbNativeArrayByte
Return Value
Type:
SoLDMDataAccessDataInfoLineRemarks Caution |
---|
Obsolete since Open Inventor 8000. No longer used. Use OIV.LDM.SoLDMDataAccess.GetData(System.Int32, OIV.Inventor.SbBox3i32, OIV.Inventor.SbLine, OIV.Inventor.Devices.SoBufferObject) instead. |
See Also