Declaration

func importFeatures(_ featuresString: String) throws

Declaration

- (BOOL) importFeatures:(NSString *) featuresString error:(NSError **) error;

Declaration

importFeatures_error_(featuresString: str) -> tuple[bool, NSError]

Parameters

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Discussion

Parsed features are appended to the layout feature collection. Class and prefix blocks are imported into their corresponding collections.

Return Value

YES if the method succeeded, otherwise NO.

Discussion

Parsed features are appended to the layout feature collection. Class and prefix blocks are imported into their corresponding collections.

See Also

Layout Features

See Also

Layout Features