Creates a non-persistent point fixed in a specified reference system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPointFixedInSystem CreateFixedInSystemCartesian( IAgCrdnSystem ReferenceSystem, double X, double Y, double Z ); |
| [Managed C++] |
|---|
public: IAgCrdnPointFixedInSystem^ CreateFixedInSystemCartesian( IAgCrdnSystem ^ ReferenceSystem, double X, double Y, double Z ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPointFixedInSystem createFixedInSystemCartesian( IAgCrdnSystem ReferenceSystem, double X, double Y, double Z ); |
[Python - STK API ] |
|---|
def CreateFixedInSystemCartesian(self, ReferenceSystem:"IAgCrdnSystem", X:float, Y:float, Z:float) -> "IAgCrdnPointFixedInSystem": |
- ReferenceSystem
- Specify a reference system.
- X
- Specify an X coordinate of the point's position.
- Y
- Specify a Y coordinate of the point's position.
- Z
- Specify a Z coordinate of the point's position.
Create a non-persistent point fixed in a specified reference frame given Cartesian data (using common tasks).
| [C#] | ||
|---|---|---|
| ||
Create a non-persistent point fixed in a specified reference frame given Cartesian data (using common tasks).
| [Visual Basic .NET] | ||
|---|---|---|
| ||






