ITiePoint Interface

Provides access to members that control an image tie point.

Members

Name Description
Method Equals Checks if it equals another tie point.
Read/write property ImageID The tie point's image ID.
Read/write property Location The tie point location.
Read/write property PointID The tie point ID.
Read/write property Score The tie point's quality score.

ITiePoint.Equals Method

Checks if it equals another tie point.

Public Sub Equals ( _
    ByVal pTiePoint As ITiePoint _
)
public void Equals (
    ITiePoint pTiePoint
);

ITiePoint.ImageID Property

The tie point's image ID.

Public Property ImageID As Integer
public int ImageID {get; set;}

ITiePoint.Location Property

The tie point location.

Public Property Location As IPoint
public IPoint Location {get; set;}

ITiePoint.PointID Property

The tie point ID.

Public Property PointID As Integer
public int PointID {get; set;}

ITiePoint.Score Property

The tie point's quality score.

Public Property Score As Double
public double Score {get; set;}

Classes that implement ITiePoint

Classes Description
TiePoint The Image Tie Point class.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.