AGI STK Astrogator 11 Send comments on this topic.
ComponentName Property (IAgVAScriptingCalcObject)
See Also 





Description

The name of the component.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComponentName() As String

[C#]
public string ComponentName {get; set;}

[Managed C++]
public: __property String __gc ^ get_ComponentName();
public: __property void set_ComponentName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ComponentName(
BSTR * pRetVal
);
public: HRESULT put_ComponentName(
BSTR NewComponentName
);

[Java]
public String getComponentName();public void setComponentName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1