Hi Everyone,
Did anyone know about the below things??
ENOCD5Interfaces CD5TemplateType (Object)
Properties on the object helps the users to get various templates and there possible ENOVIA Types. Example: The following example indicates how to retrieve the template type.
Dim oTemplateType As ENOIACD5TemplateType
Set oTemplateType = oTemplateTypes.Item(1)
See also: CD5TemplateTypes
Thanks
SRI
Did anyone know about the below things??
ENOCD5Interfaces CD5TemplateType (Object)
CD5TemplateType (Object)
- System.IUnknown
- System.IDispatch
- System.CATBaseUnknown
- System.CATBaseDispatch
- System.AnyObject
- CD5TemplateType
- System.AnyObject
- System.CATBaseDispatch
- System.CATBaseUnknown
- System.IDispatch
Properties on the object helps the users to get various templates and there possible ENOVIA Types. Example: The following example indicates how to retrieve the template type.
Dim oTemplateType As ENOIACD5TemplateType
Set oTemplateType = oTemplateTypes.Item(1)
See also: CD5TemplateTypes
Thanks
SRI