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





Windows & Linux

Description

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

Syntax

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

Parameters

Name
Description
Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.