←Select platform

Container Property

Summary

Gets the AnnContainer associated with this AnnRenderingEngine.

Syntax
C#
VB
Objective-C
C++
Java
public AnnContainer Container { get; } 
Public ReadOnly Property Container As AnnContainer 
@property (nonatomic,readonly) LTAnnContainer* container; 
public AnnContainer getContainer() 
public:  
   property AnnContainer^ Container 
   { 
      AnnContainer^ get() 
   } 

Property Value

The AnnContainer associated with this AnnRenderingEngine.

Remarks

This is the same AnnContainer that was used to create this AnnRenderingEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly