STK Common Entity LibrarySend comments on this topic.
Add Method (IAgEntityCollection)
See Also
Entity
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Add(
    IAgEntity * Entity
);
[Java]
public void add(
    IAgEntity Entity
);

Parameters

Entity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.