AGI STK VGT 11 Send comments on this topic.
AllowReflectionsOnBackside Property (IAgCrdnVectorReflection)
See Also 





Description

Controls whether to reflect the indicent vector on both sides of the plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowReflectionsOnBackside() As Boolean

[C#]
public bool AllowReflectionsOnBackside {get; set;}

[Managed C++]
public: __property bool get_AllowReflectionsOnBackside();
public: __property void set_AllowReflectionsOnBackside(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowReflectionsOnBackside(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowReflectionsOnBackside(
VARIANT_BOOL NewAllowReflectionsOnBackside
);

[Java]
public bool getAllowReflectionsOnBackside();public void setAllowReflectionsOnBackside(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1