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