| SoVRMemoryReaderSetProperties Method (SbBox3f, SoDataSetDataTypes, SbVec3s, SoBufferObject) | 
Calls SetProperties(size, type, dim, internalData, System.Int32(0)).
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetProperties(
	SbBox3f size,
	SoDataSetDataTypes type,
	SbVec3s dim,
	SoBufferObject internalData
)
Public Sub SetProperties ( 
	size As SbBox3f,
	type As SoDataSetDataTypes,
	dim As SbVec3s,
	internalData As SoBufferObject
)
public:
void SetProperties(
	SbBox3f size, 
	SoDataSetDataTypes type, 
	SbVec3s dim, 
	SoBufferObject^ internalData
)
member SetProperties : 
        size : SbBox3f * 
        type : SoDataSetDataTypes * 
        dim : SbVec3s * 
        internalData : SoBufferObject -> unit 
Parameters
- size
 - Type: OIV.InventorSbBox3f
 - type
 - Type: OIV.LDM.NodesSoDataSetDataTypes
 - dim
 - Type: OIV.InventorSbVec3s
 - internalData
 - Type: OIV.Inventor.DevicesSoBufferObject
 
Remarks
See Also