STK Vector Geometry ToolSend comments on this topic.
GetItemByName Method (IAgCrdnVolumeGridGroup)
See Also
Name
Specify a name of a volume grid.
Windows





Windows & Linux

Description

Retrieves a volume grid from the collection by name.

Syntax

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

Parameters

Name
Specify a name of a volume grid.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.