SyntheticApertureRadarVolumeGetEnclosureDescriptions 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: 24.2.419.0 (24.2.419.0)
Syntax public override EnclosureDescriptionCollection GetEnclosureDescriptions()
Public Overrides Function GetEnclosureDescriptions As EnclosureDescriptionCollection
public:
virtual EnclosureDescriptionCollection^ GetEnclosureDescriptions() override
abstract GetEnclosureDescriptions : unit -> EnclosureDescriptionCollection
override GetEnclosureDescriptions : unit -> EnclosureDescriptionCollection
Return Value
Type:
EnclosureDescriptionCollectionThe list of enclosure descriptions.
See Also