AGI Common Entity Library 11 Send comments on this topic.
Add Method (IAgEntityCollection)
See Also 
Entity





Description

Adds an element to the collection.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal Entity As IAgEntity _
) 

[C#]
public void Add(
IAgEntity Entity
);

[Managed C++]
public: void Add(
IAgEntity ^ Entity
);

[Java]
public  add(
IAgEntity Entity
);

[Unmanaged C++]
public: HRESULT Add(
IAgEntity * Entity
);

Parameters

Entity

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1