GetPenCount Method (IDrawingDoc)
Gets the number of pens currently defined in SOLIDWORKS.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPenCount() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim value As System.Integer
value = instance.GetPenCount() |
C# | |
---|
System.int GetPenCount() |
C++/CLI | |
---|
System.int GetPenCount(); |
Return Value
Number of pens
See Also