CodeSetStyleGetItemBy Method

Indexer.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public CodeSetStyleItem GetItemBy(
	CodeSetStyleItemType itemType,
	string code
)

Parameters

itemType  CodeSetStyleItemType
Indicate the item type.
code  String
The name of this code.

Return Value

CodeSetStyleItem
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