Gets a name of the layout that has the specified index in the collection of layouts.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetLayoutName( _ ByVal ind As Integer _ ) As String |
Parameters
-
ind
-
Type: int
An index of the layout in the collection of layouts.
Return Value
A
string containing the name of the specified layout.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also