←Select platform

AnnObjectCollection Constructor(AnnObject[])

Summary

Creates a new AnnObjectCollection with values.

Syntax

C#
VB
WinRT C#
C++
Public Function New( _ 
   ByVal annObjects() As Leadtools.Annotations.Core.AnnObject _ 
) 
public AnnObjectCollection(  
   Leadtools.Annotations.Core.AnnObject[] annObjects 
) 
function AnnObjectCollection(  
   annObjects  
) 

Parameters

annObjects
An array of AnnObject 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