API Documentation > Interfaces > Interface MdlfileDescriptor
Interface MdlfileDescriptor

package com.ptc.wfc.wfcModel;

public interface
MdlfileDescriptor
extends
jxobject


Description
This class includes the information that identifies the source of a Creo Parametric model (assembly) in the context of Multi-CAD models.
Method Summary
String
The file name
Get the model file typeMdlfileType
Method Detail
GetMdlfileType
GetMdlfileType
()
Get the model file type MdlfileType
Returns:
GetFileName
String
GetFileName
()
The file name
Returns:
Was this helpful?