Click or drag to resize

ExtensionObjectArrayToBStrWrapperArray Method

Marshals an array of objects into SW objects.

Namespace:  CADSharpTools.SOLIDWORKS
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static BStrWrapper[] ObjectArrayToBStrWrapperArray(
	Object[] SwObjects
)

Parameters

SwObjects
Type: SystemObject
SOLIDWORKS objects.

Return Value

Type: BStrWrapper
Array of BStrWrapper.
See Also