Gets the picture pixels.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPixelmap( _
ByVal Count As Integer _
) As Short |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim Count As Integer
Dim value As Short
value = instance.IGetPixelmap(Count)
|
C# | |
---|
short IGetPixelmap(
int Count
) |
C++/CLI | |
---|
short IGetPixelmap(
& int Count
) |
Parameters
- Count
Size of the array
Return Value
- in-process, unmanaged C++: Pointer to an array containing groups of 3 or 4 values (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0