FrameFileName

Gets and sets a full pathname or a URL to the frame file that is used as a border for the label. See "Label Frame File Format" in the TerraExplorer User Manual for more information about the structure of a label frame file.

 

JavaScript

 

FrameFileName

 

C#

 

string FrameFileName { get; set; }

 

C++

 

HRESULT FrameFileName([out, retval] BSTR* pVal)

HRESULT FrameFileName([in] BSTR pVal)