欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

IGeoDatabaseBridge2.GetLineOfSight

系統(tǒng) 1925 0

IGeoDatabaseBridge2.GetLineOfSight Method

Returns a line-of-site indicator interpolated from the TIN based on an input polyline.

      
        [Visual?Basic?6.0]
      
      
        Sub
      
      
        GetLineOfSight
      
      
        (
      
      
???? ByVal pSurface As ISurface , _
???? ByVal pObserver As IPoint , _
???? ByVal pTarget As IPoint , _
???? ppObstruction As IPoint , _
???? ppVisibleLines As IPolyline , _
???? ppInvisibleLines As IPolyline , _
???? pbIsVisible As Boolean , _
???? ByVal bApplyCurvature As Boolean , _
???? ByVal bApplyRefraction As Boolean , _
???? [ pRefractionFactor As Variant ] _
)
      
        [Visual?Basic?.NET]
      
      
        Public Sub GetLineOfSight ( _
      
      

????
      
        ByVal
      
      ?
      
        pSurface
      
      
        ?As?
      
      
        ISurface
      
      , _

????
      
        ByVal
      
      ?
      
        pObserver
      
      
        ?As?
      
      
        IPoint
      
      , _

????
      
        ByVal
      
      ?
      
        pTarget
      
      
        ?As?
      
      
        IPoint
      
      , _

????
      
        ByRef
      
      ?
      
        ppObstruction
      
      
        ?As?
      
      
        IPoint
      
      , _

????
      
        ByRef
      
      ?
      
        ppVisibleLines
      
      
        ?As?
      
      
        IPolyline
      
      , _

????
      
        ByRef
      
      ?
      
        ppInvisibleLines
      
      
        ?As?
      
      
        IPolyline
      
      , _

????
      
        ByRef
      
      ?
      
        pbIsVisible
      
      
        ?As?
      
      
        Boolean
      
      , _

????
      
        ByVal
      
      ?
      
        bApplyCurvature
      
      
        ?As?
      
      
        Boolean
      
      , _

????
      
        ByVal
      
      ?
      
        bApplyRefraction
      
      
        ?As?
      
      
        Boolean
      
      , _

????[
      
        ByRef
      
      ?
      
        pRefractionFactor
      
      
        ?As?
      
      
        Object
      
      ] _


      
        )
      
    
      
        [C#]
      
      
        public 
      
      
        void
      
      
         GetLineOfSight (
      
      

????
      
        ISurface
      
      
        pSurface,
      
      

????
      
        IPoint
      
      
        pObserver,
      
      

????
      
        IPoint
      
      
        pTarget,
      
      

????ref 
      
        IPoint
      
      
        ppObstruction,
      
      

????ref 
      
        IPolyline
      
      
        ppVisibleLines,
      
      

????ref 
      
        IPolyline
      
      
        ppInvisibleLines,
      
      

????ref 
      
        bool
      
      
        pbIsVisible,
      
      

????ref 
      
        bool
      
      
        bApplyCurvature,
      
      

????ref 
      
        bool
      
      
        bApplyRefraction,
      
      

????ref 
      
        object
      
      
        pRefractionFactor
      
      
        );
      
    
[C#]

Optional Values

pRefractionFactor ???To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing .
      
        [Java]
      
      
        public 
      
      
        void
      
      
         getLineOfSight (
      
      

????
      
        ISurface
      
      
        pSurface,
      
      

????
      
        IPoint
      
      
        pObserver,
      
      

????
      
        IPoint
      
      
        pTarget,
      
      

????
      
        IPoint
      
      
        ppObstruction,
      
      

????
      
        IPolyline
      
      
        ppVisibleLines,
      
      

????
      
        IPolyline
      
      
        ppInvisibleLines,
      
      

????Boolean 
      
        pbIsVisible,
      
      

????Boolean 
      
        bApplyCurvature,
      
      

????Boolean 
      
        bApplyRefraction,
      
      

????
      
        Object
      
      
        pRefractionFactor
      
      
        )
      
      

throws

????
      
        IOException
      
      ,

????
      
        AutomationException
      
    
      
        [C++]
      
      
        HRESULT GetLineOfSight(
      
      

??
      
        
          ISurface
        
        *
      
       pSurface,

??
      
        
          IPoint
        
        *
      
       pObserver,

??
      
        
          IPoint
        
        *
      
       pTarget,

??
      
        
          IPoint
        
        **
      
       ppObstruction,

??
      
        
          IPolyline
        
        **
      
       ppVisibleLines,

??
      
        
          IPolyline
        
        **
      
       ppInvisibleLines,

??
      
        VARIANT_BOOL*
      
       pbIsVisible,

??
      
        VARIANT_BOOL
      
       bApplyCurvature,

??
      
        VARIANT_BOOL
      
       bApplyRefraction,

??
      
        VARIANT*
      
       pRefractionFactor


      
        );
      
    
[C++]

Parameters

pSurface [in]

??pSurface is a parameter of type ISurface

pObserver [in]

??pObserver is a parameter of type IPoint

pTarget [in]

??pTarget is a parameter of type IPoint

ppObstruction [out]

??ppObstruction is a parameter of type IPoint

ppVisibleLines [out]

??ppVisibleLines is a parameter of type IPolyline

ppInvisibleLines [out]

??ppInvisibleLines is a parameter of type IPolyline

pbIsVisible [out]

??pbIsVisible is a parameter of type VARIANT_BOOL

bApplyCurvature [in]

??bApplyCurvature is a parameter of type VARIANT_BOOL

bApplyRefraction [in]

??bApplyRefraction is a parameter of type VARIANT_BOOL

pRefractionFactor [optional]

??pRefractionFactor is a parameter of type VARIANT

??To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.

    

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDatabaseBridge2.GetLineOfSight


更多文章、技術交流、商務合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 日韩精品中文字幕久久 | 精品一区二区三区免费站 | 日韩免费一级片 | 色综合美国色农夫网 | 麻豆av电影在线观看 | 五月天激激婷婷大综合丁香 | 高清videosgratis欧美live | 久久9999久久 | 久久久中文 | 成人深夜福利视频 | 精品久久一区二区 | 欧美日韩精选 | 日本美女一区二区 | 欧美成人免费丝袜视频在线观看 | 亚洲国产日韩在线一区 | 婷婷在线网站 | 五月天婷婷缴情五月免费观看 | 国产成人精品在线观看 | 国产亚洲欧美日韩v在线 | 台湾av在线 | 日日干天天 | xifan在线a精品一区二区视频网站 | 亚洲A片V一区二区三区有声 | 日韩一级大毛片欧美一级 | 极品尤物一区二区三区 | 精品国偷自产在线 | 美女污污视频在线观看 | 日韩一区二区福利视频 | 性欧美18一19sex性高清播放 | 喷潮网站 | 波多久久亚洲精品AV无码 | 久久九| 四虎新网站 | 天天影视欧美 | 国产三级做爰在线观看视频 | 高清国产美女一级a毛片 | 夜夜草| 91看片儿 | 免费无遮挡www小视频 | 日韩欧美高清 | 一级啪啪片 |