This document is archived and information here might be outdated. Recommended version. |
Returns the elements that are used to render this surround.
[Visual Basic .NET] Public Function Elements ( _ ByVal Display As IDisplay, _ ByVal Bounds As IEnvelope _ ) As IEnumElement
[C#] public IEnumElement Elements ( IDisplay Display, IEnvelope Bounds );
[C++]
HRESULT Elements(
IDisplay* Display,
IEnvelope* Bounds
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay* Bounds [in]
Bounds is a parameter of type IEnvelope*