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





Windows & Linux

Description

Set the name of the user variable.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.