AGI STK VGT 11Send 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 * pNewLocation
);
[Java]
public IAgCrdnPoint getLocation();public void setLocation(
   IAgCrdnPoint
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.