Metodo UtilFileIsInventorDwg
|
Verifica e restituisce se il file passato sia o meno un file dwg di Inventor.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static bool FileIsInventorDwg(
string fileName
)
Public Shared Function FileIsInventorDwg (
fileName As String
) As Boolean
public:
static bool FileIsInventorDwg(
String^ fileName
)
static member FileIsInventorDwg :
fileName : string -> bool
Parametri
- fileName String
Valore di ritorno
BooleanVedi anche