SoFileDataAdapterfileName Property |
Data filename to get data from.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFilePathString fileName { get; }
Public ReadOnly Property fileName As SoSFFilePathString
Get
public:
property SoSFFilePathString^ fileName {
SoSFFilePathString^ get ();
}
member fileName : SoSFFilePathString with get
Property Value
Type:
SoSFFilePathString
RemarksSee SbImageDataAdapterHelper.getAppropriateAdapter for a detailed description of supported file formats.
See Also