Metodo UtilGetDedIdDedRevFromSwDoc
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 28.0.0
Sintassipublic static void GetDedIdDedRevFromSwDoc(
IModelDoc2 swDoc,
string config,
out string dedid,
out string dedrev
)
Public Shared Sub GetDedIdDedRevFromSwDoc (
swDoc As IModelDoc2,
config As String,
<OutAttribute> ByRef dedid As String,
<OutAttribute> ByRef dedrev As String
)
public:
static void GetDedIdDedRevFromSwDoc(
IModelDoc2^ swDoc,
String^ config,
[OutAttribute] String^% dedid,
[OutAttribute] String^% dedrev
)
static member GetDedIdDedRevFromSwDoc :
swDoc : IModelDoc2 *
config : string *
dedid : string byref *
dedrev : string byref -> unit
Parametri
- swDoc IModelDoc2
-
- config String
-
- dedid String
-
- dedrev String
-
Vedi anche