Version

ItfConverter Class Members

The following tables list the members exposed by ItfConverter.

Public Constructors
 NameDescription
Public ConstructorItfConverter ConstructorInitializes a new ItfConverter.  
Public Properties
 NameDescription
Public PropertySourceA Uri specifying the location of the Itf file.  
Public PropertyTriangulationSourceThe TriangulationSource which is typically created after importing the Itf from the Source Uri.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetSourceResets the Source property to its default value.  
Public MethodResetTriangulationSourceResets the TriangulationSource property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnImportCompletedUsed to invoke the ImportCompleted event.  
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeSourceIndicates if the Source property needs to be serialized.  
Protected MethodShouldSerializeTriangulationSourceIndicates if the TriangulationSource property needs to be serialized.  
Public Events
 NameDescription
Public EventImportCompletedEvent raised when the import operation has completed  
Public EventPropertyChangedEvent raised when a property value is changed.  
See Also