Metodo UtilGetNastranInCADReferences(String)
|
Ritorna la lista dei riferimenti Nastran dato il filename passato
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static List<string> GetNastranInCADReferences(
string filename
)
Public Shared Function GetNastranInCADReferences (
filename As String
) As List(Of String)
public:
static List<String^>^ GetNastranInCADReferences(
String^ filename
)
static member GetNastranInCADReferences :
filename : string -> List<string>
Parametri
- filename String
- Documento in esame
Valore di ritorno
ListStringVedi anche