Block.FullPath Property

Gets or sets the forced full path for saving the file representing this block. Default value is null/Nothing.
Public Property FullPath() As String
This language is not supported or no code example is available.
public string FullPath {get; set;}
This language is not supported or no code example is available.

Property Value

string
Remarks
 
This property is used when saving a file in a format supporting MultiFile feature, to force the destination output path for the single block (assembly or sub-assembly). By design, all files of the same assembly are stored in the same directory, but you can force a different path for a single assembly by using this property. It must include absolute path, filename and extension. When saving an assembly in Eyeshot MultiFile format, each block is automatically saved in the same directory specified for WriteFileAsync.FileName. If the block is not the root one, the name for the exported file is get from the block's Name itself. and the extension will be get according to the WriteMultiFile.AsmSuffix property. If the FullPath property is filled, it overrides the above automatism of course.

.NET Framework

Supported in: 4.8

In this article

Definition