|
swDocManGetAllVisibleReferencedPartsFromAssembly Method
|
Get all visible referenced parts that are not toolbox.
Namespace:
CADSharpTools.DocumentManager
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic MethodReturn<swDocManVisibleReferencedDocument[]> GetAllVisibleReferencedPartsFromAssembly(
string pathName,
string configurationName = "",
busyIndicatorCallBack callback = null
)
Public Function GetAllVisibleReferencedPartsFromAssembly (
pathName As String,
Optional configurationName As String = "",
Optional callback As busyIndicatorCallBack = Nothing
) As MethodReturn(Of swDocManVisibleReferencedDocument())
Parameters
- pathName
- Type: SystemString
- configurationName (Optional)
- Type: SystemString
- callback (Optional)
- Type: CADSharpTools.CorebusyIndicatorCallBack
Used to report status on large assemblies. Optional.
Return Value
Type:
MethodReturnswDocManVisibleReferencedDocumentAn array of
swDocManVisibleReferencedDocument
See Also