Метод Add (Объект IIngeoPainters)


Добавляет в коллекцию новый метод отображения. Метод добавляется в конец коллекции.

Синтаксис

ЯзыкОписание
VBScript, JavaScriptFunctionAdd(aPainterType)
Visual BasicFunction Add(ByVal aPainterType As TIngeoPainterType) As IIngeoPainter
Delphifunction Add(aPainterType: TIngeoPainterType): IIngeoPainter;
C, C++HRESULT Add(TIngeoPainterType aPainterType, IIngeoPainter** Value);

Параметры

aPainterType
Тип создаваемого метода отображения.

Возвращаемое значение

Добавленный метод отображения.

См.также

IIngeoPainters, IIngeoPainter