C#
VB
C++
public bool Filled { get; set; }
Public Property Filled As Boolean
public:
property bool Filled {
bool get();
void set ( bool value);
}
Represents the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024).
For an example, refer to FindFirstGraphicAnnSQItem. example.