Gets the array of ID property values of selected objects.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string[] Selection { get; }
<ObsoleteAttribute("This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.", _
True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public ReadOnly Property Selection As String()
Get
public:
[ObsoleteAttribute(L"This property is deprecated. Use the "ObjectIDs" property of the proper dialog box.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property array<String^>^ Selection {
array<String^>^ get ();
}
This property is deprecated. Use the
ObjectIDs property of the proper dialog box.