Metodo InvDocStructInfoIsInventorDwg
|
Restituisce se si tratti di un file di Inventor.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public static bool IsInventorDwg(
string fileName
)
Public Shared Function IsInventorDwg (
fileName As String
) As Boolean
public:
static bool IsInventorDwg(
String^ fileName
)
static member IsInventorDwg :
fileName : string -> bool
Parametri
- fileName
- Tipo: SystemString
File da analizzare.
Valore di ritorno
Tipo:
BooleanRestitusice true se si tratta di un file di Inventor.
Vedi anche