Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| [ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.")]
public virtual void SetDp(
	string num
) | 
| Visual Basic | 
|---|
| <ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.")> _
Public Overridable Sub SetDp ( _
	num As String _
) | 
| Visual C++ | 
|---|
| [ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use setDrc(string) instead.")]
public:
virtual void SetDp(
	String^ num
) | 
Remarks
 Exceptions
Exceptions
 See Also
See Also