Create an event interval collection defined
by computing sunlight, penumbra and umbra intervals as seen at
specified location using specified selection of eclipsing
bodies.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalCollectionLighting( _
ByVal Name As String, _
ByVal Description As String _
) As IAgCrdnEventIntervalCollection
|
| [C#] |
|---|
public IAgCrdnEventIntervalCollection CreateEventIntervalCollectionLighting(
|
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalCollection^ CreateEventIntervalCollectionLighting(
|
| [Java] |
|---|
public IAgCrdnEventIntervalCollection createEventIntervalCollectionLighting(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalCollectionLighting(
|
- Name
- Description
Spaces and most punctuation ( except for
"-_().") cannot be used as a part of a component name when creating
new components via VGT API.
Create and configure
lighting event interval collection.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create and configure
lighting event interval collection.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||