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






Windows & Linux

Description

Specify a path to a file. The file must exist. Specifying an invalid path will generate an exception.

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.