AGI STK Graphics 11 Send comments on this topic.
SilhouetteColor Property (IAgStkGraphicsSolidPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or sets the silhouette's color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SilhouetteColor() As System.Drawing.Color

[C#]
public System.Drawing.Color SilhouetteColor {get; set;}

[Managed C++]
public: __property uint^ get_SilhouetteColor();
public: __property void set_SilhouetteColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_SilhouetteColor(
uint ** ppRetVal
);
public: HRESULT put_SilhouetteColor(
uint * pNewSilhouetteColor
);

[Java]
public long getSilhouetteColor();public void setSilhouetteColor(
long
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface