The location point to compute sunlight, penumbra and umbra.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Location() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint Location {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_Location(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getLocation(); public void setLocation( IAgCrdnPoint ); |
| [Python - STK API] |
|---|
@property def Location(self) -> "IAgCrdnPoint": @Location.setter def Location(self, Location:"IAgCrdnPoint") -> None: |





