Returns a textual description of the file type contained in FileType property and other file format specific properties.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string FileFormatDescription { get; }
Public ReadOnly Property FileFormatDescription As String
	Get
public:
property String^ FileFormatDescription {
	String^ get ();
}

See Also