Interface ISTOMObjectProperty
  
  
  
  Assembly: STOMTypes.dll
  Syntax
  
    [Guid("3D797A45-89CA-4098-A510-9C356D160505")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISTOMObjectProperty : ISTOMProperty
   
  Properties
  
  Action[int]
  
  
  Declaration
  
    ISTOMAction Action[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  Enabled
  
  
  Declaration
  
  Property Value
  
  
  Events
  
  
  Declaration
  
    ISTOMEventsRegistrator Events { get; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
  Property Value
  
  
  Parent
  
  
  Declaration
  
    ISTOMProperty Parent { get; }
   
  Property Value
  
  
  Prop[int]
  
  
  Declaration
  
    ISTOMProperty Prop[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  Selected
  
  
  Declaration
  
    bool Selected { get; set; }
   
  Property Value
  
  
  Typ
  
  
  Declaration
  
    ISTOMTypeDescriptor Typ { get; }
   
  Property Value
  
  
  UpdateStamp
  
  
  Declaration
  
    long UpdateStamp { get; }
   
  Property Value
  
  
  ValueAsString
  
  
  Declaration
  
    string ValueAsString { get; set; }
   
  Property Value