SoLDMDataAccessGetData Method (Int32, SbBox3i32, SbLine, 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 [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")]
public SoLDMDataAccessDataInfoLine GetData(
int resolution,
SbBox3i32 subVolume,
SbLine line,
SbNativeArray<byte> buffer
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")>
Public Function GetData (
resolution As Integer,
subVolume As SbBox3i32,
line As SbLine,
buffer As SbNativeArray(Of Byte)
) As SoLDMDataAccessDataInfoLine
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")]
SoLDMDataAccessDataInfoLine GetData(
int resolution,
SbBox3i32 subVolume,
SbLine line,
SbNativeArray<unsigned char>^ buffer
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. No longer used. Use getData(int, const SbBox3i32&, const SbLine&, SoBufferObject* ) instead.")>]
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