STK ObjectsSend comments on this topic.
File2name Property (IAgRadarCrossSectionComputeStrategyAnsysCsvFile)
See Also
Windows





Windows & Linux

Description

Gets or sets the Ansys HFSS exported orthogonal polarization RCS data CSV formatted filename.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property File2name() As String
[C#]
public string File2name {get; set;}
[Managed C++]
public: __property String __gc ^ get_File2name();
public: __property void set_File2name( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_File2name(
    BSTR * pVal
);
public: HRESULT put_File2name(
    BSTR val
);
[Java]
public String getFile2name();
public void setFile2name(
    String
);
[Python - STK API ]
@property
def File2name(self) -> str:

@File2name.setter
def File2name(self, val:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.