SoVRMemoryReaderSetProperties Method (SbBox3f, SoDataSetDataTypes, SbVec3s, SbNativeArrayByte) |
Note: This API is now obsolete.
Calls SetProperties(size, type, dim, internalData, System.Int32(0)).
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s dim,
SbNativeArray<byte> internalData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetProperties (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3s,
internalData As SbNativeArray(Of Byte)
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s dim,
SbNativeArray<unsigned char>^ internalData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetProperties :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3s *
internalData : SbNativeArray<byte> -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3s
- internalData
- Type: OIV.Inventor.GenericSbNativeArrayByte
Remarks
See Also