STK AstrogatorSend comments on this topic.
ScalarName Property (IAgVAStateCalcScalar)
See Also
Windows





Windows & Linux

Description

Gets or sets the scalar name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScalarName() As String
[C#]
public string ScalarName {get; set;}
[Managed C++]
public: __property String __gc ^ get_ScalarName();
public: __property void set_ScalarName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ScalarName(
    BSTR * pVal
);
public: HRESULT put_ScalarName(
    BSTR InVal
);
[Java]
public String getScalarName();
public void setScalarName(
    String
);
[Python - STK API ]
@property
def ScalarName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.