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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface