Creates a non-persistent point fixed in a
specified reference system.
| [Visual Basic .NET] |
|---|
Public Function CreateFixedInSystemCartographic( _
ByVal ReferenceSystem As IAgCrdnSystem, _
ByVal Latitude As System.Object, _
ByVal Longitude As System.Object, _
ByVal Altitude As Double _
) As IAgCrdnPointFixedInSystem
|
| [C#] |
|---|
public IAgCrdnPointFixedInSystem CreateFixedInSystemCartographic(
|
| [Managed C++] |
|---|
public: IAgCrdnPointFixedInSystem^ CreateFixedInSystemCartographic(
|
| [Java] |
|---|
public IAgCrdnPointFixedInSystem createFixedInSystemCartographic(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateFixedInSystemCartographic(
|
- ReferenceSystem
- Specify a reference system.
- Latitude
- Specify a latitude of the point's position.
- Longitude
- Specify a longitude of the point's position.
- Altitude
- Specify an altitude of the point's position.
Create a
non-persistent point fixed in a specified reference frame given
Cartographic data (using common tasks).
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create a
non-persistent point fixed in a specified reference frame given
Cartographic data (using common tasks).
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||