Interface IGS_Entity
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("ED032FAA-2CE1-427E-9E1E-A8969DB420EB")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_Entity
   
  Properties
  
  ExactType
  
  
  Declaration
  
    TGS_EntityType ExactType { get; }
   
  Property Value
  
  
  ID
  
  
  Declaration
  
  Property Value
  
  
  IsDeleted
  
  
  Declaration
  
  Property Value
  
  
  Owner
  
  
  Declaration
  
  Property Value
  
  
  Selected
  
  
  Declaration
  
    bool Selected { get; set; }
   
  Property Value
  
  
  SourceEntityID
  
  
  Declaration
  
    string SourceEntityID { get; }
   
  Property Value
  
  
  Typ
  
  
  Declaration
  
    TGS_EntityType Typ { get; }
   
  Property Value
  
  
  UserData
  
  
  Declaration
  
    IntPtr UserData { get; set; }
   
  Property Value
  
  
  UserObject
  
  
  Declaration
  
    IGSUserObject UserObject { get; set; }
   
  Property Value
  
  Methods
  
  GetTempCopy()
  
  
  Declaration
  
  Returns
  
  
  LoadFromXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool LoadFromXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  RaiseOnChange()
  
  
  Declaration
  
  
  RaiseOnChanging()
  
  
  Declaration
  
  
  RegisterEvents(IGS_EntityEvents)
  
  
  Declaration
  
    void RegisterEvents(IGS_EntityEvents Events)
   
  Parameters
  
  
  SaveToXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool SaveToXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  UnregisterEvents(IGS_EntityEvents)
  
  
  Declaration
  
    void UnregisterEvents(IGS_EntityEvents Events)
   
  Parameters