欧美三区_成人在线免费观看视频_欧美极品少妇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條評論
主站蜘蛛池模板: 国产亚洲精品不卡在线 | 九九久久99综合一区二区 | 久久国产精品免费 | 亚洲国产成人在线视频 | 欧美一区视频 | 久久中文字幕不卡一二区 | 久久2| 日韩一区二区在线视频 | 久久久国产一级片 | 亚洲视频观看 | 国产精品久久久久久久y | 伊人艹 | 久久久婷 | 欧美精品一区二区在线观看 | 日本色网址 | 亚洲综合成人网 | 亚洲第一成人影院 | 天天操夜夜操视频 | 亚洲精品66 | 日本午夜高清视频 | 欧美艹逼| 亚洲一区国产视频 | 人人艹逼 | 成人在线激情网 | 午夜影院观看 | 国产精品色综合 | 日韩不卡在线 | 日韩精品一区二区在线观看 | 夜色4se.bar| 亚洲日韩中文字幕 | 中文字幕在线精品 | 九九久久99综合一区二区 | 欧美日韩专区国产精品 | 日韩黄色网页 | 精品三级在线 | 猫鼠游戏电影在线观看免费版 | 一级特黄aaa免费 | 午夜在线免费视频 | 成人性视频免费网站 | 色偷偷精品视频在线播放放 | 夜夜未满 18勿进的爽影院 |