SystemObjectsServiceDictionary Property
 | 
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public static Dictionary ServiceDictionary { get; }
 
Public Shared ReadOnly Property ServiceDictionary As Dictionary
        Get
 
public:
static property Dictionary^ ServiceDictionary {
        Dictionary^ get ();
}
 
static member ServiceDictionary : Dictionary with get
 
 
 
Property Value
Type: 
Dictionary 
See Also