VisualCollection Methods TIBCO Spotfire 7.11 API Reference

The VisualCollection type exposes the following members.

Methods

  Name Description
Public method AddDuplicate
Creates a duplicate of the specified Visual and adds it to the collection.
Public method Code example AddNew(TypeIdentifier)
Creates a new Visual with a visual of the type identified by visualTypeId and adds it to the collection.
Public method Code example AddNewT
Adds a new visual of the specified type.
Public method Code example AddNewT(TypeIdentifier) Obsolete.
Do not use. This method is deprecated in favor of AddNew(TypeIdentifier) and will be removed in a future release.
Public method Contains
Determines whether the visual is in the collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
Removes the specified Visual.
Public method TryGetVisual
Tries to get a visual specified by its id.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference