Interface IGS_BiDimension
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("49B5A6E6-AAF2-4E14-AC8E-8339CFEC558C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_BiDimension : IGS_Dimension, IGS_Entity
   
  Properties
  
  AltDirection
  
  
  Declaration
  
    TGS_AltDirection AltDirection { get; set; }
   
  Property Value
  
  
  CoDimensions
  
  
  Declaration
  
    IGS_EntityList CoDimensions { get; }
   
  Property Value
  
  
  DimensionOwner
  
  
  Declaration
  
    IGS_DimensionOwner DimensionOwner { get; set; }
   
  Property Value
  
  
  E1
  
  
  Declaration
  
    IGS_GeomEntity E1 { get; set; }
   
  Property Value
  
  
  E2
  
  
  Declaration
  
    IGS_GeomEntity E2 { get; set; }
   
  Property Value
  
  
  ExactType
  
  
  Declaration
  
    TGS_EntityType ExactType { get; }
   
  Property Value
  
  
  ID
  
  
  Declaration
  
  Property Value
  
  
  IsDeleted
  
  
  Declaration
  
  Property Value
  
  
  IsDriving
  
  
  Declaration
  
    bool IsDriving { get; set; }
   
  Property Value
  
  
  IsEdited
  
  
  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
  
  
  Value
  
  
  Declaration
  
    double Value { get; set; }
   
  Property Value
  
  Methods
  
  BeginEdit()
  
  
  Declaration
  
  
  EndEdit()
  
  
  Declaration
  
  
  GetTempCopy()
  
  
  Declaration
  
  Returns
  
  
  LoadFromXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool LoadFromXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  RaiseOnChange()
  
  
  Declaration
  
  
  RaiseOnChanging()
  
  
  Declaration
  
  
  RefreshValue()
  
  
  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