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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic string[] FrameNames { get; }Public ReadOnly Property FrameNames As String()
Get
Property Value
Type:
String
Remarks 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