STK Vector Geometry ToolSend comments on this topic.
Location Property (IAgCrdnEventIntervalCollectionLighting)
See Also
Windows





Windows & Linux

Description

The location point to compute sunlight, penumbra and umbra.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Location() As IAgCrdnPoint
[C#]
public IAgCrdnPoint Location {get; set;}
[Managed C++]
public: __property IAgCrdnPoint ^ get_Location();
public: __property void set_Location( IAgCrdnPoint );
[Unmanaged C++]
public: HRESULT get_Location(
    IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_Location(
    IAgCrdnPoint Location
);
[Java]
public IAgCrdnPoint getLocation();
public void setLocation(
    IAgCrdnPoint
);
[Python - STK API ]
@property
def Location(self) -> "IAgCrdnPoint":

@Location.setter
def Location(self, Location:"IAgCrdnPoint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.