Returns a title/name for the algorithm.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic string Title { get; }
Public ReadOnly Property Title As String
Get
public:
virtual property String^ Title {
String^ get () sealed;
}
abstract Title : string with get
override Title : string with get
Property Value
Type:
StringImplements
ISolverTitle
See Also