STK Vector Geometry ToolSend comments on this topic.
Filename Property (IAgCrdnEventIntervalListFile)
See Also
Windows





Windows & Linux

Description

The path of an external file that contains the time interval list.

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 Filename
);
[Java]
public String getFilename();
public void setFilename(
    String
);
[Python - STK API ]
@property
def Filename(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.