IGPDataTypeFactory Interface

Provides access to members of a Data Type Factory.

Members

Name Description
Read-only property CLSID The COM class ID of the data type factory.
Method GetDataType Provides the data type object given the name.
Method GetDataTypeName Provides the data type name object given the name.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.