Click or drag to resize

ShapeAttributeCollectionItem Property (Int32)

Get or set the attribute of the specified index.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract ShapeAttribute this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
index

Return Value

Type: ShapeAttribute
See Also