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





Windows & Linux

Description

Retrieves a vector from the collection by name.

Syntax

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

Parameters

Name
Specify a name of a vector.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.