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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.