STK ObjectsSend comments on this topic.
Enable Property (IAgCustomPropagationModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use the custom model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Enable() As Boolean
[C#]
public bool Enable {get; set;}
[Managed C++]
public: __property bool get_Enable();
public: __property void set_Enable( bool );
[Unmanaged C++]
public: HRESULT get_Enable(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Enable(
    VARIANT_BOOL val
);
[Java]
public bool getEnable();
public void setEnable(
    bool
);
[Python - STK API ]
@property
def Enable(self) -> bool:

@Enable.setter
def Enable(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.