STK Common Entity LibrarySend comments on this topic.
FilePath Property (IAgFileModel)
See Also
Windows





Windows & Linux

Description

The fully qualified path to the model file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FilePath() As String
[C#]
public string FilePath {get; set;}
[Managed C++]
public: __property String __gc ^ get_FilePath();
public: __property void set_FilePath( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_FilePath(
    BSTR * pFilePath
);
public: HRESULT put_FilePath(
    BSTR FilePath
);
[Java]
public String getFilePath();
public void setFilePath(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.