ICmObject.GetType is a method in C# (C sharp) that is used to get the type of an object. It returns a Type object that represents the type of the current instance. This method is commonly used in C# to perform runtime type checking or to retrieve information about the type of an object at runtime.
C# (CSharp) ICmObject.GetType - 27 examples found. These are the top rated real world C# (CSharp) examples of ICmObject.GetType extracted from open source projects. You can rate examples to help us improve the quality of examples.