AGI Real-Time Framework 11 Send comments on this topic.
FullPath Property (IAgRtFileStream)
See Also 





Description

The fully qualified path of the file to read.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FullPath() As String

[C#]
public string FullPath {get; set;}

[Managed C++]
public: __property String __gc ^ get_FullPath();
public: __property void set_FullPath(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_FullPath(
BSTR * pRetVal
);
public: HRESULT put_FullPath(
BSTR NewFullPath
);

[Java]
public String getFullPath();public void setFullPath(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1