Beispiel #1
0
    public BC_3DPoint GetHeightPoint()
    {
        global::System.IntPtr cPtr = BIMcollab_AnnotationPINVOKE.BC_Annotation_GetHeightPoint(swigCPtr);
        BC_3DPoint            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new BC_3DPoint(cPtr, false);

        return(ret);
    }
Beispiel #2
0
 public void SetExtendedData(string data)
 {
     BIMcollab_AnnotationPINVOKE.BC_Annotation_SetExtendedData(swigCPtr, data);
     if (BIMcollab_AnnotationPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_AnnotationPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public void SetTextParameters(string text, double charWidth)
 {
     BIMcollab_AnnotationPINVOKE.BC_Annotation_SetTextParameters(swigCPtr, text, charWidth);
     if (BIMcollab_AnnotationPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_AnnotationPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public void SetLineParameters(uint lineType, uint lineStartPointSymbol, uint lineEndPointSymbol)
 {
     BIMcollab_AnnotationPINVOKE.BC_Annotation_SetLineParameters(swigCPtr, lineType, lineStartPointSymbol, lineEndPointSymbol);
     if (BIMcollab_AnnotationPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_AnnotationPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 public override void Dispose()
 {
     lock (this) {
         if (swigCPtr.Handle != global::System.IntPtr.Zero)
         {
             if (swigCMemOwn)
             {
                 swigCMemOwn = false;
                 BIMcollab_AnnotationPINVOKE.delete_BC_Annotation(swigCPtr);
             }
             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
         }
         global::System.GC.SuppressFinalize(this);
         base.Dispose();
     }
 }
Beispiel #6
0
    public string GetColor()
    {
        string ret = BIMcollab_AnnotationPINVOKE.BC_Annotation_GetColor(swigCPtr);

        return(ret);
    }
Beispiel #7
0
    public double GetLineWidth()
    {
        double ret = BIMcollab_AnnotationPINVOKE.BC_Annotation_GetLineWidth(swigCPtr);

        return(ret);
    }
Beispiel #8
0
    public uint GetAnnotationType()
    {
        uint ret = BIMcollab_AnnotationPINVOKE.BC_Annotation_GetAnnotationType(swigCPtr);

        return(ret);
    }
Beispiel #9
0
 public BC_Annotation() : this(BIMcollab_AnnotationPINVOKE.new_BC_Annotation(), true)
 {
 }
Beispiel #10
0
    public string GetExtendedData()
    {
        string ret = BIMcollab_AnnotationPINVOKE.BC_Annotation_GetExtendedData(swigCPtr);

        return(ret);
    }
Beispiel #11
0
 internal BC_Annotation(global::System.IntPtr cPtr, bool cMemoryOwn) : base(BIMcollab_AnnotationPINVOKE.BC_Annotation_SWIGUpcast(cPtr), cMemoryOwn)
 {
     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
 }
Beispiel #12
0
    public uint GetLineEndPointSymbol()
    {
        uint ret = BIMcollab_AnnotationPINVOKE.BC_Annotation_GetLineEndPointSymbol(swigCPtr);

        return(ret);
    }