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





Windows & Linux

Description

Creates and registers a solar intensity volume calc type using specified name and description.

Syntax

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

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.