STK Vector Geometry ToolSend comments on this topic.
IntersectionSurface Property (IAgCrdnPointCentBodyIntersect)
See Also
Windows





Windows & Linux

Description

An intersection surface.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntersectionSurface() As AgECrdnIntersectionSurface
[C#]
public AgECrdnIntersectionSurface IntersectionSurface {get; set;}
[Managed C++]
public: __property AgECrdnIntersectionSurface get_IntersectionSurface();
public: __property void set_IntersectionSurface( AgECrdnIntersectionSurface );
[Unmanaged C++]
public: HRESULT get_IntersectionSurface(
    AgECrdnIntersectionSurface * pRetVal
);
public: HRESULT put_IntersectionSurface(
    AgECrdnIntersectionSurface IntersectionSurface
);
[Java]
public AgECrdnIntersectionSurface getIntersectionSurface();
public void setIntersectionSurface(
    AgECrdnIntersectionSurface
);
[Python - STK API ]
@property
def IntersectionSurface(self) -> "AgECrdnIntersectionSurface":

@IntersectionSurface.setter
def IntersectionSurface(self, IntersectionSurface:"AgECrdnIntersectionSurface") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.