ArcObjects Library Reference (CadastralUI) |
|
IParcelConstruction4.GetOriginPoint Method
Origin point ID, x and y.
[Visual Basic .NET]
Public Function GetOriginPoint ( _
ByRef PointID As Integer, _
ByRef X As Double _
) As Double
[C#]
public double GetOriginPoint (
ref int PointID,
ref double X
);
Product Availability
Available with ArcGIS Desktop.
See Also
IParcelConstruction4 Interface