AGI STK VGT 11Send comments on this topic.
Filename Property (IAgCrdnAxesCustomScript)
See Also 
Windows






Windows & Linux

Description

Can be MATLAB (*.m or *.dll), VB Script (*.vbs) or Perl (*.pl) script file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Filename() As String
[C#]
public string Filename {get; set;}
[Managed C++]
public: __property String __gc ^ get_Filename();
public: __property void set_Filename(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Filename(
   BSTR * pRetVal
);
public: HRESULT put_Filename(
   BSTR NewFilename
);
[Java]
public String getFilename();public void setFilename(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.