Gets the detail threshold attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property DetailThreshold() As IAgVODetailThreshold |
[C#] |
---|
public IAgVODetailThreshold DetailThreshold {get;} |
[Managed C++] |
---|
public: __property IAgVODetailThreshold ^ get_DetailThreshold(); |
[Unmanaged C++] |
---|
public: HRESULT get_DetailThreshold( IAgVODetailThreshold ** ppAgVODetailThreshold ); |
[Java] |
---|
public IAgVODetailThreshold getDetailThreshold(); |
[Python - STK API ] |
---|
@property def DetailThreshold(self) -> "IAgVODetailThreshold": |