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





Windows & Linux

Description

Creates and registers a volume grid of type surface bearing using specified name and description.

Syntax

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

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.