Interface ICAMProjectInfo
  
  
  
  Assembly: STInpCLDataCommands.dll
  Syntax
  
    [Guid("5566565A-32C3-4F4C-8B04-03D67A13AAD6")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMProjectInfo : IInpCLDProjectInfo, IInpCLDObject
   
  Properties
  
  CLDProject
  
  
  Declaration
  
    IInpCLDProject CLDProject { get; set; }
   
  Property Value
  
  
  ClassID
  
  
  Declaration
  
  Property Value
  
  
  Digits
  
  
  Declaration
  
  Property Value
  
  
  Machine
  
  
  Declaration
  
    ICAMMachineInfo Machine { get; }
   
  Property Value
  
  
  ProjectName
  
  
  Declaration
  
    string ProjectName { get; set; }
   
  Property Value
  
  
  Units
  
  
  Declaration
  
    TSTSystemUnits Units { get; set; }
   
  Property Value
  
  Methods
  
  DeSerialize(IStream)
  
  
  Declaration
  
    void DeSerialize(IStream Stream)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | IStream | Stream |  | 
    
  
  
  Serialize(IStream)
  
  
  Declaration
  
    void Serialize(IStream Stream)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | IStream | Stream |  |