AGI STK Objects 11 Send comments on this topic.
FillEnabled Property (IAgStdMil2525bSymbols)
See Also 
Windows






Windows & Linux

Description

Turn on or off the fill for symbol id.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_FillEnabled();
public: __property void set_FillEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_FillEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_FillEnabled(
VARIANT_BOOL NewFillEnabled
);

[Java]
public bool getFillEnabled();public void setFillEnabled(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface