STK AstrogatorSend comments on this topic.
FileExtensionName Property (IAgVACustomFunctionScriptEngine)
See Also
Windows





Windows & Linux

Description

The file extension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FileExtensionName() As String
[C#]
public string FileExtensionName {get; set;}
[Managed C++]
public: __property String __gc ^ get_FileExtensionName();
public: __property void set_FileExtensionName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_FileExtensionName(
    BSTR * pVal
);
public: HRESULT put_FileExtensionName(
    BSTR InVal
);
[Java]
public String getFileExtensionName();
public void setFileExtensionName(
    String
);
[Python - STK API ]
@property
def FileExtensionName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.