IndividualPlateModel.GroupName 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
String
See Also