STK AstrogatorSend comments on this topic.
VariableName Property (IAgVAStateCalcUserValue)
See Also
Windows





Windows & Linux

Description

Name of the user variable.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VariableName() As String
[C#]
public string VariableName {get; set;}
[Managed C++]
public: __property String __gc ^ get_VariableName();
public: __property void set_VariableName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_VariableName(
    BSTR * pVal
);
public: HRESULT put_VariableName(
    BSTR InVal
);
[Java]
public String getVariableName();
public void setVariableName(
    String
);
[Python - STK API ]
@property
def VariableName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.