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