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