IndividualPlateModelGroupName Property |
Gets or sets the name of the group of plates that contains this plate. (E.g. Body or SolarPanels.)
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string GroupName { get; set; }
Public Property GroupName As String
Get
Set
public:
property String^ GroupName {
String^ get ();
void set (String^ value);
}
member GroupName : string with get, set
Property Value
Type:
StringSee Also