ArcObjects Library Reference (GeoSurvey)  

ICadastralLines2.CurveLinePoint Property

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLines2 Interface