Metodo UtilReplaceClosingDrawing
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static bool ReplaceClosingDrawing(
string filename,
string startRefName,
string destRefName,
ref IModelDoc2 swDoc
)
Public Shared Function ReplaceClosingDrawing (
filename As String,
startRefName As String,
destRefName As String,
ByRef swDoc As IModelDoc2
) As Boolean
public:
static bool ReplaceClosingDrawing(
String^ filename,
String^ startRefName,
String^ destRefName,
IModelDoc2^% swDoc
)
static member ReplaceClosingDrawing :
filename : string *
startRefName : string *
destRefName : string *
swDoc : IModelDoc2 byref -> bool
Parametri
- filename String
-
- startRefName String
-
- destRefName String
-
- swDoc IModelDoc2
-
Valore di ritorno
BooleanVedi anche