AGI STK Objects 11Send comments on this topic.
ProjectionHorizontalDatum Property (IAgWirelessInSiteRTGeometryData)
See Also
Windows






Windows & Linux

Description

Gets or sets the projection / horizontal dataum

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProjectionHorizontalDatum() As AgEProjectionHorizontalDatumType
[C#]
public AgEProjectionHorizontalDatumType ProjectionHorizontalDatum {get; set;}
[Managed C++]
public: __property AgEProjectionHorizontalDatumType get_ProjectionHorizontalDatum();
public: __property void set_ProjectionHorizontalDatum( AgEProjectionHorizontalDatumType );
[Unmanaged C++]
public: HRESULT get_ProjectionHorizontalDatum(
    AgEProjectionHorizontalDatumType * pVal
);
public: HRESULT put_ProjectionHorizontalDatum(
    AgEProjectionHorizontalDatumType val
);
[Java]
public AgEProjectionHorizontalDatumType getProjectionHorizontalDatum();
public void setProjectionHorizontalDatum(
    AgEProjectionHorizontalDatumType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.