Creates an IAgCrdnConfiguredPoint object from the given inputs.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnConfiguredPoint ConfigurePoint( string PointName, string SourceName, string RefSystemName, string RefSystemSourceName ); |
| [Managed C++] |
|---|
public: IAgCrdnConfiguredPoint^ ConfigurePoint( String __gc ^ PointName, String __gc ^ SourceName, String __gc ^ RefSystemName, String __gc ^ RefSystemSourceName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConfiguredPoint configurePoint( String PointName, String SourceName, String RefSystemName, String RefSystemSourceName ); |
[Python - STK API ] |
|---|
def ConfigurePoint(self, PointName:str, SourceName:str, RefSystemName:str, RefSystemSourceName:str) -> "IAgCrdnConfiguredPoint": |
- 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.






