STK ObjectsSend comments on this topic.
AltRef Property (IAgFacility)
See Also
Windows





Windows & Linux

Description

The altitude reference of the object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltRef() As AgEAltRefType
[C#]
public AgEAltRefType AltRef {get; set;}
[Managed C++]
public: __property AgEAltRefType get_AltRef();
public: __property void set_AltRef( AgEAltRefType );
[Unmanaged C++]
public: HRESULT get_AltRef(
    AgEAltRefType * pVal
);
public: HRESULT put_AltRef(
    AgEAltRefType val
);
[Java]
public AgEAltRefType getAltRef();
public void setAltRef(
    AgEAltRefType
);
[Python - STK API ]
@property
def AltRef(self) -> "AgEAltRefType":

@AltRef.setter
def AltRef(self, val:"AgEAltRefType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.