GetSegmentCount Method (IReferenceCurve)
Gets the number of curve segments in a reference curve feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSegmentCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IReferenceCurve
Dim value As Integer
value = instance.GetSegmentCount()
|
C++/CLI | |
---|
int GetSegmentCount(); |
Return Value
Number of segments in the curve
Example
See Also