Creates a volume type lighting.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVolume CreateVolumeLighting( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnVolume^ CreateVolumeLighting( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVolume createVolumeLighting( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateVolumeLighting(self, Name:str, Description:str) -> "IAgCrdnVolume": |
- Name
- Description






