AGI Common Entity Library 11 Send comments on this topic.
Remove Method (IAgEntityMetaDataCollection)
See Also 
Name





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
);

[Java]
public bool remove(
String Name
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR Name,
VARIANT_BOOL * ReturnValue
);

Parameters

Name

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1