Provides access to members of a Data Type Factory.
Members
Name | Description | |
---|---|---|
CLSID | The COM class ID of the data type factory. | |
GetDataType | Provides the data type object given the name. | |
GetDataTypeName | Provides the data type name object given the name. | |
GetDataTypeNames | Provides the enumeration of data type name objects. |
IGPDataTypeFactory.CLSID Property
The COM class ID of the data type factory.
Public ReadOnly Property CLSID As UID
public UID CLSID {get;}
IGPDataTypeFactory.GetDataType Method
Provides the data type object given the name.
Public Function GetDataType ( _
ByVal Name As String _
) As IGPDataType
public IGPDataType GetDataType (
string Name
);
IGPDataTypeFactory.GetDataTypeName Method
Provides the data type name object given the name.
Public Function GetDataTypeName ( _
ByVal Name As String _
) As IGPName
public IGPName GetDataTypeName (
string Name
);
IGPDataTypeFactory.GetDataTypeNames Method
Provides the enumeration of data type name objects.
Public Function GetDataTypeNames ( _
) As IEnumGPName
public IEnumGPName GetDataTypeNames (
);
Classes that implement IGPDataTypeFactory
Classes | Description |
---|