AGI Common Entity Library 11 Send comments on this topic.
FilePath Property (IAgFileMarker)
See Also 





Description

The fully qualified path to the image 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 * pRetVal
);
public: HRESULT put_FilePath(
BSTR NewFilePath
);

[Java]
public String getFilePath();public void setFilePath(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1