STK Common Entity LibrarySend comments on this topic.
Remove Method (IAgEntityMetaDataCollection)
See Also
Name
Windows





Windows & Linux

Description

Remove meta-data from the collection.

Syntax

[Visual Basic .NET]
Public Function Remove( _
    ByVal Name As String _
) As Boolean
[C#]
public bool Remove(
    string Name
);
[Managed C++]
public: bool Remove(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR Name,
    VARIANT_BOOL * pRemoved
);
[Java]
public bool remove(
    String Name
);

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.