Click or drag to resize

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)
Syntax
public MethodReturn<swDocManVisibleReferencedDocument[]> GetAllVisibleReferencedPartsFromAssembly(
	string pathName,
	string configurationName = "",
	busyIndicatorCallBack callback = null
)

Parameters

pathName
Type: SystemString
configurationName (Optional)
Type: SystemString
callback (Optional)
Type: CADSharpTools.CorebusyIndicatorCallBack
Used to report status on large assemblies. Optional.

Return Value

Type: MethodReturnswDocManVisibleReferencedDocument
An array of swDocManVisibleReferencedDocument
See Also