Interface IGS_LinearCCDimension
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("F5529661-D698-4DC5-B307-03A1B4859C30")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_LinearCCDimension : IGS_LinearDimension, IGS_BiDimension, IGS_Dimension, IGS_Entity
   
  Properties
  
  AltDirection
  
  
  Declaration
  
    TGS_AltDirection AltDirection { get; set; }
   
  Property Value
  
  
  C1
  
  
  Declaration
  
  Property Value
  
  
  C1Sign
  
  
  Declaration
  
  Property Value
  
  
  C2
  
  
  Declaration
  
  Property Value
  
  
  C2Sign
  
  
  Declaration
  
  Property Value
  
  
  CoDimensions
  
  
  Declaration
  
    IGS_EntityList CoDimensions { get; }
   
  Property Value
  
  
  DimensionOwner
  
  
  Declaration
  
    IGS_DimensionOwner DimensionOwner { get; set; }
   
  Property Value
  
  
  Dir
  
  
  Declaration
  
    TST2DPoint Dir { 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
  
  
  vX
  
  
  Declaration
  
  Property Value
  
  Methods
  
  BeginEdit()
  
  
  Declaration
  
  
  EndEdit()
  
  
  Declaration
  
  
  GetCoP1(bool)
  
  
  Declaration
  
    TST2DPoint GetCoP1(bool Up)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | bool | Up |  | 
    
  
  Returns
  
  
  GetCoP2(bool)
  
  
  Declaration
  
    TST2DPoint GetCoP2(bool Up)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | bool | Up |  | 
    
  
  Returns
  
  
  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