Creates an IAgCrdnConfiguredPointWithRate object from the given inputs.
[Visual Basic .NET] |
---|
Public Function ConfigurePointWithRate( _ ByVal PointName As String, _ ByVal SourceName As String, _ ByVal RefSystemName As String, _ ByVal RefSystemSourceName As String _ ) As IAgCrdnConfiguredPointWithRate |
[C#] |
---|
public IAgCrdnConfiguredPointWithRate ConfigurePointWithRate( string PointName, string SourceName, string RefSystemName, string RefSystemSourceName ); |
[Managed C++] |
---|
public: IAgCrdnConfiguredPointWithRate^ ConfigurePointWithRate( String __gc ^ PointName, String __gc ^ SourceName, String __gc ^ RefSystemName, String __gc ^ RefSystemSourceName ); |
[Unmanaged C++] |
---|
public: HRESULT ConfigurePointWithRate( BSTR PointName, BSTR SourceName, BSTR RefSystemName, BSTR RefSystemSourceName, IAgCrdnConfiguredPointWithRate ** ppPoint ); |
[Java] |
---|
public IAgCrdnConfiguredPointWithRate configurePointWithRate( String PointName, String SourceName, String RefSystemName, String RefSystemSourceName ); |
- PointName
- The name of a point in the Vector Geometry Tool.
- SourceName
- The instance identifier that owns the SystemName.
- 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 and its derivative with respect to the RefSystemName, as observed when rotating with the reference system's axes.