| PointVisualizerTEntityUpdate Method  | 
 
            Updates the underlying primitive to reflect the latest entity state.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic override void Update(
	Transaction transaction
)
Public Overrides Sub Update ( 
	transaction As Transaction
)
public:
virtual void Update(
	Transaction^ transaction
) override
abstract Update : 
        transaction : Transaction -> unit 
override Update : 
        transaction : Transaction -> unit Parameters
- transaction
- Type: AGI.FoundationTransaction
 The transaction to use.
 Exceptions
Exceptions See Also
See Also