GetTriangleCount Method (ICustomSymbol)
Obsolete. Superseded by INote::GetTriangleCount.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTriangleCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
Dim value As Integer
value = instance.GetTriangleCount()
|
C# | |
---|
int GetTriangleCount() |
C++/CLI | |
---|
int GetTriangleCount(); |
See Also