This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralLines2 Interface > ICadastralLines2.CurveLinePoint Property (ArcObjects .NET 10.4 SDK) |
Get a Curved line point by sequence number.
[Visual Basic .NET] Public Function get_CurveLinePoint ( _ ByVal Seqnum As Integer, _ ByRef pPointa As Integer, _ ByRef pPointb As Integer, _ ByRef pLinePointa As Integer _ ) As Integer
[C#] public int get_CurveLinePoint ( int Seqnum, ref int pPointa, ref int pPointb, ref int pLinePointa );