An intersection surface.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntersectionSurface() As AgECrdnIntersectionSurface |
[C#] |
---|
public AgECrdnIntersectionSurface IntersectionSurface {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnIntersectionSurface get_IntersectionSurface(); |
[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: |