VSID.BSXdocumentationUtils.VSID
-
Class Summary
Project ID | 7D1A2972E666A25885258AE100482F18 |
Version | |
Class ID | 3052ADAD185F7FE185258AE100728C35 |
Class Type | Derived |
Derived From | MajorElement |
Attributes | |
-
-
Properties Detail
-
hasLibraries (Get)
Public Property Get hasLibraries As Boolean |
Flag indicating if the VSID has Libraries |
-
hasVSEs (Get)
Public Property Get hasVSEs As Boolean |
Flag indicating if the VSID has VSEs |
-
Libraries (Get)
Public Property Get Libraries As Variant |
Array containing the Library names used bye the Object |
-
VSEs (Get)
Public Property Get VSEs As Variant |
Array containing the VSE names used by the Library |
-
VSIDname (Get)
Public Property Get VSIDname As String |
Name of the VSID |
-
Methods Detail
-
appendLibrary
Public Sub appendLibrary(source As Library) |
Appends a Library to the Object |
idx | Argument | Data Type | Attributes |
1 | source | Library | |
-
appendVSE
Public Sub appendVSE(source As VSE) |
Appends an VSE to the Object |
idx | Argument | Data Type | Attributes |
1 | source | VSE | |
-
New
Public Sub New(VSIDname As String, Summary As String, Description As String) |
Constructor |
idx | Argument | Data Type | Attributes |
1 | VSIDname | String | |
2 | Summary | String | |
3 | Description | String | |
|
Throws Exceptions |
---|
Message | Error Code | Comments |
MSG_PARAMETER_BLANK | 1199 |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.