Returns the type of segment.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEVASegmentType |
[C#] |
---|
public AgEVASegmentType Type {get;} |
[Managed C++] |
---|
public: __property AgEVASegmentType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEVASegmentType * pSegmentType ); |
[Java] |
---|
public AgEVASegmentType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEVASegmentType": |