FME Server .NET API

IFMEPropertyAccessor.GetAllPropertyNames Method 

Returns all the property names in specified property category.

[Visual Basic]
Function GetAllPropertyNames( _
   ByVal propertyCategory As String _
) As System.Collections.Specialized.StringCollection
[C#]
StringCollection GetAllPropertyNames(
   string propertyCategory
);

Parameters

propertyCategory
the property category

Return Value

a list of string containing the property names of this category. An empty list is returned if there is no properties in this category.

See Also

IFMEPropertyAccessor Interface | IFMEPropertyAccessor Members | Safe.FMEServer.API Namespace