←Select platform

Objects Property

Summary

Gets the collection of objects in this AnnContainer.

Syntax

C#
VB
C++
public virtual RasterCollection<AnnObject> Objects { get; } 
  
Public Overridable ReadOnly Property Objects As Leadtools.RasterCollection(Of AnnObject) 
public: 
virtual property Leadtools.RasterCollection<AnnObject^>^ Objects { 
   Leadtools.RasterCollection<AnnObject^>^ get(); 
} 

Property Value

The RasterCollection<AnnObject> representing the objects in the AnnContainer.

Example

For an example, refer to AnnContainer.

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