ResetToCategoryDefaults.2 |
Scroll |
Loads the category definition based on the CtgryNo property from the specified TheServer and then resets all fields to their default values.
Namespace: Therefore.API
Visual Basic Public Overridable Function ResetToCategoryDefaults ( _ pServer As TheServer, _ strFilePath As String _ ) C# public virtual void ResetToCategoryDefaults ( TheServer pServer, string strFilePath )
Parameters pServer A valid and connected TheServer object.
strFilePath The full path to a file used for file specific default value macros. This is not needed if these values should be taken from the file added to the document.
Return Value None. |
|
Requirements Make sure that the CtgryNo property is set to a valid category number. |