STK XSend comments on this topic.
Add Method (AgDrawElemCollection)
See Also
ElemType
Windows





Windows & Linux

Description

Factory to create and add a new element to the end of the sequence.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal ElemType As String _
) As AgDrawElem
[C#]
public AgDrawElem Add(
    string ElemType
);
[Managed C++]
public: AgDrawElem^ Add(
    String __gc ^ ElemType
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR ElemType,
    AgDrawElem ** ppDrawElem
);
[Java]
public AgDrawElem add(
    String ElemType
);
[Python - STK API ]
def Add(self, ElemType:str) -> "AgDrawElem":

Parameters

ElemType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.