STK AstrogatorSend comments on this topic.
ShadowModel Property (IAgVASRPGSPM04aIIA)
See Also
Windows





Windows & Linux

Description

The shadow model type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShadowModel() As AgEVAShadowModel
[C#]
public AgEVAShadowModel ShadowModel {get; set;}
[Managed C++]
public: __property AgEVAShadowModel get_ShadowModel();
public: __property void set_ShadowModel( AgEVAShadowModel );
[Unmanaged C++]
public: HRESULT get_ShadowModel(
    AgEVAShadowModel * pVal
);
public: HRESULT put_ShadowModel(
    AgEVAShadowModel InVal
);
[Java]
public AgEVAShadowModel getShadowModel();
public void setShadowModel(
    AgEVAShadowModel
);
[Python - STK API ]
@property
def ShadowModel(self) -> "AgEVAShadowModel":

@ShadowModel.setter
def ShadowModel(self, InVal:"AgEVAShadowModel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.