AGI STK VGT 11 Send 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 NewIntersectionSurface
);

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface