Windward Engine API Reference
UnderlyingTag Property
See Also  Send comments on this topic.
net.windward.api.csharp.errorhandling Namespace > Tag Class : UnderlyingTag Property




Glossary Item Box

Get the underlying tag this view is representing. Used internally by AutoTag.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UnderlyingTag As BaseTag
Visual Basic (Usage)Copy Code
Dim instance As Tag
Dim value As BaseTag
 
value = instance.UnderlyingTag
C# 
public BaseTag UnderlyingTag {get;}
Managed Extensions for C++ 
public: __property BaseTag* get_UnderlyingTag();
C++/CLI 
public:
property BaseTag^ UnderlyingTag {
   BaseTag^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.