Click or drag to resize

ObjectAttributeCollectionItem Property

Index Item

Namespace:  VIZCore3DX.NET.Data
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public ObjectAttribute this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Item

Return Value

Type: ObjectAttribute
Object Attribute
See Also