STK ObjectsSend comments on this topic.
SegmentType Property (IAgVeSPICESegment)
See Also
Windows





Windows & Linux

Description

Get the segment type.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SegmentType() As String
[C#]
public string SegmentType {get;}
[Managed C++]
public: __property String __gc ^ get_SegmentType();
[Unmanaged C++]
public: HRESULT get_SegmentType(
    BSTR * pVal
);
[Java]
public String getSegmentType();
[Python - STK API ]
@property
def SegmentType(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.