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++] |
|---|
|
| [Java] |
|---|
public AgECrdnIntersectionSurface getIntersectionSurface(); public void setIntersectionSurface( AgECrdnIntersectionSurface ); |
| [Python - STK API] |
|---|
@property def IntersectionSurface(self) -> "AgECrdnIntersectionSurface": @IntersectionSurface.setter def IntersectionSurface(self, IntersectionSurface:"AgECrdnIntersectionSurface") -> None: |





