Creates a non-persistent point fixed in a specified reference system.
| [Visual Basic .NET] |
|---|
Public Function CreateFixedInSystemCartesian( _ ByVal ReferenceSystem As IAgCrdnSystem, _ ByVal X As Double, _ ByVal Y As Double, _ ByVal Z As Double _ ) As IAgCrdnPointFixedInSystem |
| [C#] |
|---|
public IAgCrdnPointFixedInSystem CreateFixedInSystemCartesian( |
| [Managed C++] |
|---|
public: IAgCrdnPointFixedInSystem^ CreateFixedInSystemCartesian( |
| [Java] |
|---|
public IAgCrdnPointFixedInSystem createFixedInSystemCartesian( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateFixedInSystemCartesian( |
- 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#] | Copy Code | |
|---|---|---|
| ||
Create a non-persistent point fixed in a specified reference frame given Cartesian data (using common tasks).
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
