Click or drag to resize

BaseVectorGraphicElementGetAllFillings Method

Gets all the fillings inside this element.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public abstract IList<VectorGraphicLayer> GetAllFillings(
	int? sequenceIndex,
	int sequenceCount
)

Parameters

sequenceIndex  NullableInt32

[Missing <param name="sequenceIndex"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]

sequenceCount  Int32

[Missing <param name="sequenceCount"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]

Return Value

IListVectorGraphicLayer

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]

See Also