STK AstrogatorSend comments on this topic.
ComponentName Property (IAgVAScriptingSegment)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_ComponentName(
    BSTR InVal
);
[Java]
public String getComponentName();
public void setComponentName(
    String
);
[Python - STK API ]
@property
def ComponentName(self) -> str:

@ComponentName.setter
def ComponentName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.