Access the ISafeArrayUtility interface, which can:
- get an unpacked array of native SOLIDWORKS Dispatch-based objects of the same data type and return a packed Variant SafeArray to use in methods that requires passing a packed Variant SafeArray.
- get a packed Variant SafeArray and return an unpacked array of native SOLIDWORKS Dispatch-based objects of the same data type.
- get a Variant SafeArray and return the number of SafeArray objects in the Variant SafeArray and their data type.
- get and put a value in a Variant SafeArray of the same data type.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface ISafeArrayUtility |
C# | |
---|
public interface ISafeArrayUtility |
C++/CLI | |
---|
public interface class ISafeArrayUtility |
Example
Remarks
Accessors
See Also