CodeSetStyleGetItemBy Method |
Indexer.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CodeSetStyleItem GetItemBy(
CodeSetStyleItemType itemType,
string code
)
Public Function GetItemBy (
itemType As CodeSetStyleItemType,
code As String
) As CodeSetStyleItem
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