STK Vector Geometry ToolSend comments on this topic.
CreateVolumeLighting Method (IAgCrdnVolumeFactory)
See Also
Name
Description
Windows





Windows & Linux

Description

Creates a volume type lighting.

Syntax

[Visual Basic .NET]
Public Function CreateVolumeLighting( _
    ByVal Name As String, _
    ByVal Description As String _
) As IAgCrdnVolume
[C#]
public IAgCrdnVolume CreateVolumeLighting(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnVolume^ CreateVolumeLighting(
    String __gc ^ Name,
    String __gc ^ Description
);
[Unmanaged C++]
public: HRESULT CreateVolumeLighting(
    BSTR Name,
    BSTR Description,
    IAgCrdnVolume ** ppRetVal
);
[Java]
public IAgCrdnVolume createVolumeLighting(
    String Name,
    String Description
);
[Python - STK API ]
def CreateVolumeLighting(self, Name:str, Description:str) -> "IAgCrdnVolume":

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.