This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
5e2187bc 1a78 e0c8 d08c 0b09fb5cb922
haplokuon edited this page Jun 28, 2023
·
2 revisions
netDxf 3.0.0 Library
Represents a list of support folders for the document.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class SupportFolders : IList<string>,
ICollection<string>, IEnumerable<string>, IEnumerableVB
Public Class SupportFolders
Implements IList(Of String), ICollection(Of String),
IEnumerable(Of String), IEnumerableC++
public ref class SupportFolders : IList<String^>,
ICollection<String^>, IEnumerable<String^>, IEnumerableF#
type SupportFolders =
class
interface IList<string>
interface ICollection<string>
interface IEnumerable<string>
interface IEnumerable
end| Inheritance | Object → SupportFolders |
| Implements | ICollection(String), IEnumerable(String), IList(String), IEnumerable |
| SupportFolders() | Initializes a new instance of SupportFolders class. |
| SupportFolders(IEnumerable(String)) | Initializes a new instance of SupportFolders class. |
| Count | Gets the number of elements contained in the list. |
| IsReadOnly | Returns if the list is read only. |
| Item | Gets or sets the element at the specified index. |
| WorkingFolder | Gets or sets the base folder to resolver relative paths of external references. |
| Add | Adds an item to the list. |
| AddRange | Adds the elements of the collection to the list. |
| Clear | Removes all elements from the list. |
| Contains | Determines whether an element is in the list. |
| CopyTo | Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FindFile | Looks for a file in one of the support folders. |
| GetEnumerator | Returns an enumerator that iterates through the list. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | Determines the index of a specific item in the list. |
| Insert | Inserts an item to the list at the specified index. |
| Remove | Removes the first occurrence of a specific object from the list. |
| RemoveAt | Removes the item at the specified index from the list. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |