C#
Objective-C
C++
public bool Filled { get; set; }
@property (nonatomic, assign) BOOL filled;
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.