ElementGroup.ElementIds Property

Definition

Get a list of the Id's of the elements contained in this group

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ ElementIds { System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Guid> ElementIds { get; }
member this.ElementIds : System.Collections.ObjectModel.ReadOnlyCollection<Guid>
Public ReadOnly Property ElementIds As ReadOnlyCollection(Of Guid)

Property Value

Applies to