C# Class SolidworksAddinFramework.ComponentExtensions

显示文件 Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
ListExternalFileReferences ( this comp ) : IEnumerable

Setting up to call and then processing the results from ListExternalFileReferences2 requires many lines of code when directly calling the API. This helper method shortens the amount of code required and makes it more readable.

Method Details

ListExternalFileReferences() public static method

Setting up to call and then processing the results from ListExternalFileReferences2 requires many lines of code when directly calling the API. This helper method shortens the amount of code required and makes it more readable.
public static ListExternalFileReferences ( this comp ) : IEnumerable
comp this
return IEnumerable