Interface IExtensionTypeGroup
Information about group of extension types
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D0E69882-74D3-4A1D-8524-7622863A9307")]
public interface IExtensionTypeGroup
Properties
Caption
Display name of extension group
Declaration
string Caption { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Unique identifier of extension group
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsSystem
Indicates if the group is a system group
Declaration
bool IsSystem { get; }
Property Value
| Type | Description |
|---|---|
| bool |