Interface ITransparentable Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the transparentable object. public interface ITransparentable Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties TransparentObject Gets the transparent object. ObjectBase TransparentObject { get; } Property Value ObjectBase TransparentObjects Gets the transparent objects. ObjectBase[] TransparentObjects { get; } Property Value ObjectBase[]