STK ObjectsSend comments on this topic.
CustomC Property (IAgPropagationChannel)
See Also
Windows





Windows & Linux

Description

Gets the Custom C propagation model.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.