AGI STK Objects 11 Send comments on this topic.
AddLevel Method (IAgFmGfxLevelAttributesCollection)
See Also 
Level





Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function AddLevel( _
   ByVal Level As System.Object _
) As IAgFmGfxLevelAttributesElement

[C#]
public IAgFmGfxLevelAttributesElement AddLevel(
System.Object Level
);

[Managed C++]
public: IAgFmGfxLevelAttributesElement^ AddLevel(
VARIANT Level
);

[Java]
public IAgFmGfxLevelAttributesElement addLevel(
Variant Level
);

[Unmanaged C++]
public: HRESULT AddLevel(
VARIANT Level,
IAgFmGfxLevelAttributesElement ** ReturnValue
);

Parameters

Level

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1