OverruleSetXDataFilter Method
|
Enables the usage of xdata for checking
whether an overrule is applied. This method needs to be implemented
in derived classes.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract void SetXDataFilter(
string registeredApplicationName
)
Public MustOverride Sub SetXDataFilter (
registeredApplicationName As String
)
public:
virtual void SetXDataFilter(
String^ registeredApplicationName
) abstract
abstract SetXDataFilter :
registeredApplicationName : string -> unit
Parameters
- registeredApplicationName String
- [in] Name of the registered application.
See Also