←Select platform

AnnContainerCollection Constructor(AnnContainer[])

Summary

Creates a new AnnContainerCollection with values.

Syntax

C#
VB
WinRT C#
C++
Public Function New( _ 
   ByVal annContainers() As Leadtools.Annotations.Core.AnnContainer _ 
) 
public AnnContainerCollection(  
   Leadtools.Annotations.Core.AnnContainer[] annContainers 
) 
function AnnContainerCollection(  
   annContainers  
) 

Parameters

annContainers
An array of AnnContainer to be added to this collection.

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.Core Assembly