Graphical properties to be associated with entities in the query.
Read-write property
[Visual Basic .NET] |
---|
Public Property Graphics() As IAgRt3QueryGraphics |
[C#] |
---|
public IAgRt3QueryGraphics Graphics {get; set;} |
[Managed C++] |
---|
public: __property IAgRt3QueryGraphics ^ get_Graphics(); |
[Unmanaged C++] |
---|
public: HRESULT get_Graphics( IAgRt3QueryGraphics ** ppGraphics ); public: HRESULT put_Graphics( IAgRt3QueryGraphics Graphics ); |
[Java] |
---|
public IAgRt3QueryGraphics getGraphics(); public void setGraphics( IAgRt3QueryGraphics ); |