Gets the Custom C propagation model.
Read-only property
[Visual Basic .NET] |
---|
Public Property CustomC() As IAgCustomPropagationModel |
[C#] |
---|
public IAgCustomPropagationModel CustomC {get;} |
[Managed C++] |
---|
public: __property IAgCustomPropagationModel ^ get_CustomC(); |
[Unmanaged C++] |
---|
public: HRESULT get_CustomC( IAgCustomPropagationModel ** ppModel ); |
[Java] |
---|
public IAgCustomPropagationModel getCustomC(); |
[Python - STK API ] |
---|
@property def CustomC(self) -> "IAgCustomPropagationModel": |