AGI STK Objects 11 Send comments on this topic.
IntersectionType Property (IAgSnProjection)
See Also 





Description

The type of intersections to be shown. A member of the AgEIntersectionType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntersectionType() As AgEIntersectionType

[C#]
public AgEIntersectionType IntersectionType {get; set;}

[Managed C++]
public: __property AgEIntersectionType get_IntersectionType();
public: __property void set_IntersectionType(
AgEIntersectionType
);

[Unmanaged C++]
public: HRESULT get_IntersectionType(
AgEIntersectionType * pRetVal
);
public: HRESULT put_IntersectionType(
AgEIntersectionType NewIntersectionType
);

[Java]
public AgEIntersectionType getIntersectionType();public void setIntersectionType(
AgEIntersectionType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1