Returns the properties of the segment.
Read-only property
[Visual Basic .NET] |
---|
Public Property Properties() As IAgVAMCSSegmentProperties |
[C#] |
---|
public IAgVAMCSSegmentProperties Properties {get;} |
[Managed C++] |
---|
public: __property IAgVAMCSSegmentProperties ^ get_Properties(); |
[Unmanaged C++] |
---|
public: HRESULT get_Properties( IAgVAMCSSegmentProperties ** ppVAMCSSegmentProperties ); |
[Java] |
---|
public IAgVAMCSSegmentProperties getProperties(); |
[Python - STK API ] |
---|
@property def Properties(self) -> "IAgVAMCSSegmentProperties": |