Indexer.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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.