| SolidGetEnclosureDescriptions Method  | 
 
            Gets the list of descriptions for the enclosure functions for this solid.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract EnclosureDescriptionCollection GetEnclosureDescriptions()
Public MustOverride Function GetEnclosureDescriptions As EnclosureDescriptionCollection
public:
virtual EnclosureDescriptionCollection^ GetEnclosureDescriptions() abstract
abstract GetEnclosureDescriptions : unit -> EnclosureDescriptionCollection 
Return Value
Type: 
EnclosureDescriptionCollectionThe list of enclosure descriptions.
 See Also
See Also