AGI STK VGT 11 Send comments on this topic.
IntersectionSurface Property (IAgCrdnPointCentBodyIntersect)
See Also 





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 NewIntersectionSurface
);

[Java]
public AgECrdnIntersectionSurface getIntersectionSurface();public void setIntersectionSurface(
AgECrdnIntersectionSurface
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1