Metodo UtilSwDoc2DedDataPart(IModelDoc2, UtilDataAttrTypeEnum, String, Boolean, DedDoc)
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 28.0.0
Sintassipublic static DedDataPart SwDoc2DedDataPart(
IModelDoc2 swDoc,
UtilDataAttrTypeEnum attrsType,
string config,
bool checkDataMatching,
DedDoc doc
)
Public Shared Function SwDoc2DedDataPart (
swDoc As IModelDoc2,
attrsType As UtilDataAttrTypeEnum,
config As String,
checkDataMatching As Boolean,
doc As DedDoc
) As DedDataPart
public:
static DedDataPart^ SwDoc2DedDataPart(
IModelDoc2^ swDoc,
UtilDataAttrTypeEnum attrsType,
String^ config,
bool checkDataMatching,
DedDoc^ doc
)
static member SwDoc2DedDataPart :
swDoc : IModelDoc2 *
attrsType : UtilDataAttrTypeEnum *
config : string *
checkDataMatching : bool *
doc : DedDoc -> DedDataPart
Parametri
- swDoc IModelDoc2
-
- attrsType UtilDataAttrTypeEnum
-
- config String
-
- checkDataMatching Boolean
-
- doc DedDoc
-
Valore di ritorno
DedDataPart
Vedi anche