AGI STK VGT 11Send comments on this topic.
CreateVolumeGridSpherical Method (IAgCrdnVolumeGridFactory)
See Also
Name
Description
Windows






Windows & Linux

Description

Creates and registers a spherical volume grid using specified name and description.

Syntax

[Visual Basic .NET]
Public Function CreateVolumeGridSpherical( _
    ByVal Name As String, _
    ByVal Description As String _
) As 
[C#]
public IAgCrdnVolumeGrid CreateVolumeGridSpherical(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnVolumeGrid^ CreateVolumeGridSpherical(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnVolumeGrid createVolumeGridSpherical(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateVolumeGridSpherical(
    BSTR Name,
    BSTR Description,
    IAgCrdnVolumeGrid ** ppRetVal
);

Parameters

Name
Description

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.