Gets information about the pens used in SolidWorks.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPenInfo() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim value As Integer
value = instance.IGetPenInfo()
|
C++/CLI | |
---|
int IGetPenInfo(); |
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also