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