This document is archived and information here might be outdated.  Recommended version.


ICadastralLines2.CurveLinePoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralLines2 Interface > ICadastralLines2.CurveLinePoint Property
ArcGIS Developer Help

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