Creates an IAgCrdnConfiguredPoint object from the given inputs.
[Visual Basic .NET] |
---|
Public Function ConfigurePoint( _ ByVal PointName As String, _ ByVal SourceName As String, _ ByVal RefSystemName As String, _ ByVal RefSystemSourceName As String _ ) As AgCrdnConfiguredPoint |
[C#] |
---|
public AgCrdnConfiguredPoint ConfigurePoint( |
[Managed C++] |
---|
public: AgCrdnConfiguredPoint^ ConfigurePoint( |
[Java] |
---|
public AgCrdnConfiguredPoint configurePoint( |
[Unmanaged C++] |
---|
public: HRESULT ConfigurePoint( |
- PointName
- The name of a point in the Vector Geometry Tool
- SourceName
- The instance identifier that owns the PointName
- RefSystemName
- The name of a system in the Vector Geometry Tool
- RefSystemSourceName
- The instance identifier that owns the RefSystemName
An interface to a Point from the Vector Geometry Tool
The computational methods of the returned interface compute the location of the point with respect to the RefSystemName.