DwgImageInfoFrameNames Property |
Gets a collection of names associated with frames in the file
Namespace:
Atalasoft.Imaging.Codec.CadCam
Assembly:
Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string[] FrameNames { get; }
Public ReadOnly Property FrameNames As String()
Get
Property Value
Type:
StringRemarks In DWG files, every layout has a name associated with it. This string collection returns the names of the
layouts. This may be useful in finding a particular view of a model.
See Also