RVTDocs.com

SchedulableField.GetName

Method
Description:
Gets the name of the field.
Syntax
public string GetName(
	Document document
)
Parameters
Parameter Type Description
document Document The document in which the field will be used.
Return Value
Type Description
String The name of the field.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The parameter doesn't exist in document.