←Select platform

Container Property

Summary

Gets or sets the AnnContainer object that contains this AnnGroupObject object.

Syntax

C#
VB
C++
[XmlIgnoreAttribute()] 
public override AnnContainer Container { get; set; } 
  
Public Overrides Property Container As Leadtools.Annotations.AnnContainer 
public: 
property Leadtools.Annotations.AnnContainer^ Container { 
   Leadtools.Annotations.AnnContainer^ get() override; 
   void set (    Leadtools.Annotations.AnnContainer^ ) override; 
} 

Property Value

The AnnContainer object that contains this AnnGroupObject object.

Remarks

The AnnGroupObject object will set the container for all objects in the group. For more information, refer to Container. For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects (Deprecated).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly