SoVolumeDatastorageHint Property |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.NodesAssembly: 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 SoSFEnum<SoVolumeDataStorageHints> storageHint { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property storageHint As SoSFEnum(Of SoVolumeDataStorageHints)
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFEnum<SoVolumeDataStorageHints>^ storageHint {
SoSFEnum<SoVolumeDataStorageHints>^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member storageHint : SoSFEnum<SoVolumeDataStorageHints> with get
Property Value
Type:
SoSFEnumSoVolumeDataStorageHints
RemarksIndicates how the data is stored in Open Inventor/OpenGL. Since OIV 8.6, only 3D textures are supported, other values are ignored. .Obsoletesince Open Inventor 8600
Field value will be ignored.
See Also