CADability dotNET

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
GeoPoint IIndexedGeoPoint.GetGeoPoint(
	int Index
)
Visual Basic
Private Function GetGeoPoint ( _
	Index As Integer _
) As GeoPoint Implements IIndexedGeoPoint.GetGeoPoint
Visual C++
private:
virtual GeoPoint GetGeoPoint(
	int Index
) sealed = IIndexedGeoPoint::GetGeoPoint

Parameters

Index
Type: System..::..Int32

Implements

IIndexedGeoPoint..::..GetGeoPoint(Int32)

See Also