AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.