STK Real-Time FrameworkSend comments on this topic.
FullPath Property (IAgRtFileStream)
See Also
Windows





Windows & Linux

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 * pPath
);
public: HRESULT put_FullPath(
    BSTR Path
);
[Java]
public String getFullPath();
public void setFullPath(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.