length property
Gets the number of SVGElementInstance objects in the list.
![]() ![]() |
Syntax
HRESULT value = object.get_length(* p);
Property values
Type: long
The number of objects in the list. The range of valid child indexes is from 0 to the p value minus 1, inclusive.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.10
See also
Show:

