CloneSubstructureAs Method
Overloads
| CloneSubstructureAs<T>(String) | 
             Clones a substructure of the abstract structure and interprets it as type T.  | 
        
      
    
CloneSubstructureAs<T>(String)
Clones a substructure of the abstract structure and interprets it as type T.
Declaration
      public T CloneSubstructureAs<T>(string path)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | 
           The qix path to the property to retrieve.  | 
      
Returns
| Type | Description | 
|---|---|
| T | 
           The interpreted sub structure, or the default value of the type T if the path can not be found.  | 
      
Type Parameters
| Name | Description | 
|---|---|
| T | 
           The expected type of the property object.  |