Gets or sets the tow diagram image attachment.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual FileAttachment TowDiagramImage { get; set; }
Visual Basic (Declaration)
Public Overridable Property TowDiagramImage As FileAttachment
Visual C++
public:
virtual property FileAttachment^ TowDiagramImage {
	FileAttachment^ get ();
	void set (FileAttachment^ value);
}

Property Value

The tow diagram image attachment.

Remarks

This property can be used to attach a tow diagram image file to the document.

See Also