The type of intersections to be shown. A member of the AgEIntersectionType enumeration.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property IntersectionType() As AgEIntersectionType |
| [C#] |
|---|
public AgEIntersectionType IntersectionType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEIntersectionType get_IntersectionType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEIntersectionType getIntersectionType(); public void setIntersectionType( AgEIntersectionType ); |
[Python - STK API ] |
|---|
@property def IntersectionType(self) -> "AgEIntersectionType": @IntersectionType.setter def IntersectionType(self, eVal:"AgEIntersectionType") -> None: |






