STK ObjectsSend comments on this topic.
ProjectionHorizontalDatum Property (IAgWirelessInSite64GeometryData)
See Also
Windows





Windows & Linux

Description

Gets or sets the projection / horizontal datum

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
);
[Python - STK API ]
@property
def ProjectionHorizontalDatum(self) -> "AgEProjectionHorizontalDatumType":

@ProjectionHorizontalDatum.setter
def ProjectionHorizontalDatum(self, val:"AgEProjectionHorizontalDatumType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.