AddByType(Type: EaxObjectType): IEaxObject;
AddByType(Type: Prognoz.Platform.Interop.Express.EaxObjectType):
Prognoz.Platform.Interop.Express.IEaxObject;
Type. Type of created object to work with view of analytical data area.
The AddByType method adds a new object to work with analytical data area view in the collection.
To remove object to work with analytical data area view, use IEaxDataAreaViews.RemoveByObject.
The method use is given in the example for IEaxDataAreaSlices.Add.
See also: