SoVRMemoryReaderSetProperties Method (SbBox3f, SoDataSetDataTypes, SbVec3s, SbNativeArrayByte, Int32) |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s dim,
SbNativeArray<byte> internalData,
int sigBits
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetProperties (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3s,
internalData As SbNativeArray(Of Byte),
sigBits As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s dim,
SbNativeArray<unsigned char>^ internalData,
int sigBits
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetProperties :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3s *
internalData : SbNativeArray<byte> *
sigBits : int -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3s
- internalData
- Type: OIV.Inventor.GenericSbNativeArrayByte
- sigBits
- Type: SystemInt32
RemarksObsoletesince Open Inventor 8000
No longer used. Use setProperties(SbBox3f,SoDataSet.DataType,SbVec3s,SoBufferObject*,int) instead.
See Also