Create and add a new element to the end of the sequence.
[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": |
- ElemType