Indexer.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public CodeSetStyleItem GetItemBy(
	CodeSetStyleItemType itemType,
	string code
)
Visual Basic
Public Function GetItemBy ( _
	itemType As CodeSetStyleItemType, _
	code As String _
) As CodeSetStyleItem
Visual C++
public:
CodeSetStyleItem^ GetItemBy(
	CodeSetStyleItemType itemType, 
	String^ code
)

Parameters

itemType
Type: Autodesk.Civil.DatabaseServices.Styles..::..CodeSetStyleItemType
Indicate the item type.
code
Type: System..::..String
The name of this code.

Remarks

You can use the method to get the item which type is DefaultItemType or NoCodeItemType, and the code just affect the item which type is NormalItemType.

See Also